Started by timer Running as SYSTEM Building remotely on host2-deb11build-ansible (ttcn3 obs osmocom-gerrit osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-msc-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-msc-test # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/docker-playground > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/arehbein/devtests Seen branch in repository origin/arehbein/devtests%topic=fixes Seen branch in repository origin/daniel/bscnat_tests Seen branch in repository origin/daniel/training Seen branch in repository origin/daniel/wip Seen branch in repository origin/fixeria/confmerge Seen branch in repository origin/fixeria/sccplite Seen branch in repository origin/fixeria/testing Seen branch in repository origin/jolly/testing Seen branch in repository origin/laforge/ergw Seen branch in repository origin/laforge/fr Seen branch in repository origin/laforge/ns Seen branch in repository origin/laforge/podman Seen branch in repository origin/lynxis/gerrit-comment-ci Seen branch in repository origin/master Seen branch in repository origin/neels/hnbgw-pfcp Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/fix-registry-pull Seen branch in repository origin/osmith/fix-rpi-gnutls Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/rpm-local Seen branch in repository origin/osmith/ttcn3-pass-args Seen branch in repository origin/osmith/wip Seen branch in repository origin/osmith/wip-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 2862c344f08523c116e018df3183fef0259cb5ee (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2862c344f08523c116e018df3183fef0259cb5ee # timeout=10 Commit message: "ttcn3-asterisk: Update Asterisk_Tests.cfg to adapt to new AMI_Adapter implementation" > git rev-list --no-walk 2862c344f08523c116e018df3183fef0259cb5ee # timeout=10
[ttcn3-msc-test] $ /bin/sh -xe /tmp/jenkins17887069486728458254.sh + export REGISTRY_HOST=registry.osmocom.org + DIR=ttcn3-msc-test + export IMAGE_SUFFIX=master + cd ttcn3-msc-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-msc-test = x ] + VOL_BASE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs + [ ! -d /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs ] + [ xjenkins-ttcn3-msc-test-2387 = x ] + basename /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/ttcn3-msc-test + SUITE_NAME=ttcn3-msc-test + IMAGE_SUFFIX=master + docker_images_require osmo-stp-master osmo-msc-master ttcn3-msc-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} + + grep -qecho $USER FROM ${REGISTRY}/${UPSTREAM_DISTRO} + 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-msc-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-msc-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/master \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ --pull -t osmocom-build/debian-bookworm-build:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 5.77kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [internal] load metadata for registry.osmocom.org/debian:bookworm #3 DONE 0.0s #4 [internal] load build context #4 DONE 0.0s #5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12//Release #5 DONE 0.0s #6 [auth] sharing credentials for registry.osmocom.org #6 DONE 0.0s #7 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:40f71cd223a60afc1bac2adf1b204bfabef29cdef725e74993f86098ff87f92f #7 resolve registry.osmocom.org/debian:bookworm@sha256:40f71cd223a60afc1bac2adf1b204bfabef29cdef725e74993f86098ff87f92f 0.0s done #7 DONE 0.0s #4 [internal] load build context #4 transferring context: 1.96kB done #4 DONE 0.0s #8 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #8 DONE 0.1s #9 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/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://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt #11 DONE 0.2s #12 [15/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release #12 CACHED #13 [ 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/ #13 CACHED #14 [ 2/16] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh #14 CACHED #15 [ 7/16] ADD HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt #15 CACHED #16 [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 #16 CACHED #17 [ 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 #17 CACHED #18 [14/16] RUN GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals #18 CACHED #19 [ 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 #19 CACHED #20 [ 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 #20 CACHED #21 [13/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit #21 CACHED #22 [11/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit #22 CACHED #23 [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 #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 [ 3/16] COPY .COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc #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:5c656af2580c83d4ae4b29826f64de179b582477e75ce80084916f76a90f0388 0.0s done #27 naming to docker.io/osmocom-build/debian-bookworm-build:latest done #27 DONE 0.1s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 5c656af2580c + 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 + + grep -q $USER echo FROM $USER/$DISTRO-build + 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-msc-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-msc-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/master \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/osmo-stp-master:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.23kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest #3 DONE 0.0s #4 [1/7] FROM docker.io/osmocom-build/debian-bookworm-build #4 CACHED #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 ... #6 https://gerrit.osmocom.org/plugins/gitiles/libosmo-sccp/+/master?format=TEXT #6 CACHED #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 0.698 Hit:1 http://deb.debian.org/debian bookworm InRelease #7 0.698 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #7 0.698 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #7 0.706 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease #7 1.430 Reading package lists... #7 2.155 Reading package lists... #7 2.882 Building dependency tree... #7 3.095 Reading state information... #7 3.433 The following additional packages will be installed: #7 3.433 libosmocodec4 libosmocoding0 libosmocore libosmocore21 libosmoctrl0 #7 3.433 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2 libosmousb0 #7 3.433 libosmovty13 osmocom-nightly #7 3.462 The following NEW packages will be installed: #7 3.462 libosmo-netif-dev libosmocodec4 libosmocoding0 libosmocore libosmocore-dev #7 3.462 libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 #7 3.463 libosmonetif11 libosmosim2 libosmousb0 libosmovty13 osmocom-nightly #7 3.646 0 upgraded, 15 newly installed, 0 to remove and 13 not upgraded. #7 3.646 Need to get 1988 kB of archives. #7 3.646 After this operation, 7204 kB of additional disk space will be used. #7 3.646 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202405122026 [1168 B] #7 3.649 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore21 1.9.0.197.fb8cd.202405122026 [164 kB] #7 3.652 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.9.0.197.fb8cd.202405122026 [46.0 kB] #7 3.653 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.9.0.197.fb8cd.202405122026 [65.4 kB] #7 3.655 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.9.0.197.fb8cd.202405122026 [222 kB] #7 3.658 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.9.0.197.fb8cd.202405122026 [66.0 kB] #7 3.660 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.9.0.197.fb8cd.202405122026 [98.4 kB] #7 3.664 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.9.0.197.fb8cd.202405122026 [172 kB] #7 3.665 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.9.0.197.fb8cd.202405122026 [54.4 kB] #7 3.666 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.9.0.197.fb8cd.202405122026 [58.5 kB] #7 3.668 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.9.0.197.fb8cd.202405122026 [45.3 kB] #7 3.670 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.9.0.197.fb8cd.202405122026 [38.6 kB] #7 3.671 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.9.0.197.fb8cd.202405122026 [839 kB] #7 3.692 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.4.0.54.05ff.202405122026 [52.5 kB] #7 3.699 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.4.0.54.05ff.202405122026 [64.7 kB] #7 3.951 debconf: delaying package configuration, since apt-utils is not installed #7 4.030 Fetched 1988 kB in 0s (9023 kB/s) #7 4.114 Selecting previously unselected package osmocom-nightly. #7 4.114 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 116671 files and directories currently installed.) #7 4.178 Preparing to unpack .../00-osmocom-nightly_202405122026_amd64.deb ... #7 4.182 Unpacking osmocom-nightly (202405122026) ... #7 4.298 Selecting previously unselected package libosmocore21:amd64. #7 4.306 Preparing to unpack .../01-libosmocore21_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.315 Unpacking libosmocore21:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 4.454 Selecting previously unselected package libosmocodec4:amd64. #7 4.458 Preparing to unpack .../02-libosmocodec4_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.465 Unpacking libosmocodec4:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 4.574 Selecting previously unselected package libosmoisdn0:amd64. #7 4.588 Preparing to unpack .../03-libosmoisdn0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.592 Unpacking libosmoisdn0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 4.714 Selecting previously unselected package libosmogsm20:amd64. #7 4.729 Preparing to unpack .../04-libosmogsm20_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.734 Unpacking libosmogsm20:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 4.858 Selecting previously unselected package libosmocoding0:amd64. #7 4.868 Preparing to unpack .../05-libosmocoding0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.874 Unpacking libosmocoding0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 4.966 Selecting previously unselected package libosmovty13:amd64. #7 4.972 Preparing to unpack .../06-libosmovty13_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.982 Unpacking libosmovty13:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.098 Selecting previously unselected package libosmogb14:amd64. #7 5.105 Preparing to unpack .../07-libosmogb14_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.109 Unpacking libosmogb14:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.204 Selecting previously unselected package libosmoctrl0:amd64. #7 5.217 Preparing to unpack .../08-libosmoctrl0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.228 Unpacking libosmoctrl0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.361 Selecting previously unselected package libosmosim2:amd64. #7 5.372 Preparing to unpack .../09-libosmosim2_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.382 Unpacking libosmosim2:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.466 Selecting previously unselected package libosmousb0:amd64. #7 5.474 Preparing to unpack .../10-libosmousb0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.474 Unpacking libosmousb0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.562 Selecting previously unselected package libosmocore. #7 5.572 Preparing to unpack .../11-libosmocore_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.580 Unpacking libosmocore (1.9.0.197.fb8cd.202405122026) ... #7 5.674 Selecting previously unselected package libosmocore-dev:amd64. #7 5.684 Preparing to unpack .../12-libosmocore-dev_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.688 Unpacking libosmocore-dev:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.835 Selecting previously unselected package libosmonetif11:amd64. #7 5.841 Preparing to unpack .../13-libosmonetif11_1.4.0.54.05ff.202405122026_amd64.deb ... #7 5.845 Unpacking libosmonetif11:amd64 (1.4.0.54.05ff.202405122026) ... #7 5.938 Selecting previously unselected package libosmo-netif-dev:amd64. #7 5.945 Preparing to unpack .../14-libosmo-netif-dev_1.4.0.54.05ff.202405122026_amd64.deb ... #7 5.949 Unpacking libosmo-netif-dev:amd64 (1.4.0.54.05ff.202405122026) ... #7 6.046 Setting up osmocom-nightly (202405122026) ... #7 6.063 Setting up libosmocore21:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.074 Setting up libosmousb0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.083 Setting up libosmocodec4:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.093 Setting up libosmovty13:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.107 Setting up libosmoisdn0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.116 Setting up libosmogsm20:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.126 Setting up libosmoctrl0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.138 Setting up libosmogb14:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.147 Setting up libosmonetif11:amd64 (1.4.0.54.05ff.202405122026) ... #7 6.157 Setting up libosmocoding0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.167 Setting up libosmosim2:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.178 Setting up libosmocore (1.9.0.197.fb8cd.202405122026) ... #7 6.188 Setting up libosmocore-dev:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.200 Setting up libosmo-netif-dev:amd64 (1.4.0.54.05ff.202405122026) ... #7 6.210 Processing triggers for libc-bin (2.36-9+deb12u6) ... #7 DONE 6.5s #8 [3/7] WORKDIR /DATA #8 DONE 0.1s #9 [4/7] RUN GIT clone https://gerrit.osmocom.org/libosmo-sccp.git #9 0.479 Cloning into 'libosmo-sccp'... #9 DONE 1.0s #10 [5/7] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/LIBOSMO-SCCP/+/MASTER?FORMAT=TEXT /tmp/commit-libosmo-sccp #10 DONE 0.1s #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 0.772 Already on 'master' #11 0.772 Your branch is up to date with 'origin/master'. #11 0.780 refs/heads/master #11 0.790 HEAD is now at f3cc0d9 .deb/.rpm: various fixes related to non-root #11 0.794 master #11 0.798 f3cc0d9e57d6f569738fb20c11fb046a34a5ca9c #11 5.303 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. #11 5.303 libtoolize: copying file './ltmain.sh' #11 6.446 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, #11 6.446 libtoolize: and rerunning libtoolize and aclocal. #11 6.446 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. #11 8.317 configure.ac:167: warning: The macro `AC_HELP_STRING' is obsolete. #11 8.317 configure.ac:167: You should run autoupdate. #11 8.317 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 8.317 configure.ac:167: the top level #11 8.317 configure.ac:184: warning: AC_OUTPUT should be used without arguments. #11 8.317 configure.ac:184: You should run autoupdate. #11 8.876 configure.ac:23: installing './compile' #11 8.877 configure.ac:25: installing './config.guess' #11 8.878 configure.ac:25: installing './config.sub' #11 8.879 configure.ac:9: installing './install-sh' #11 8.881 configure.ac:9: installing './missing' #11 8.978 examples/Makefile.am: installing './depcomp' #11 9.323 checking for a BSD-compatible install... /usr/bin/install -c #11 9.329 checking whether build environment is sane... yes #11 9.334 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 9.335 checking for gawk... gawk #11 9.336 checking whether make sets $(MAKE)... yes #11 9.342 checking whether make supports nested variables... yes #11 9.347 checking whether make supports nested variables... (cached) yes #11 9.347 checking whether make sets $(MAKE)... (cached) yes #11 9.348 checking for gcc... gcc #11 9.363 checking whether the C compiler works... yes #11 9.397 checking for C compiler default output file name... a.out #11 9.398 checking for suffix of executables... #11 9.428 checking whether we are cross compiling... no #11 9.471 checking for suffix of object files... o #11 9.492 checking whether the compiler supports GNU C... yes #11 9.511 checking whether gcc accepts -g... yes #11 9.525 checking for gcc option to enable C11 features... none needed #11 9.550 checking whether gcc understands -c and -o together... yes #11 9.583 checking whether make supports the include directive... yes (GNU style) #11 9.588 checking dependency style of gcc... gcc3 #11 9.617 checking build system type... x86_64-pc-linux-gnu #11 9.655 checking host system type... x86_64-pc-linux-gnu #11 9.656 checking how to print strings... printf #11 9.677 checking for a sed that does not truncate output... /usr/bin/sed #11 9.682 checking for grep that handles long lines and -e... /usr/bin/grep #11 9.684 checking for egrep... /usr/bin/grep -E #11 9.685 checking for fgrep... /usr/bin/grep -F #11 9.686 checking for ld used by gcc... /usr/bin/ld #11 9.690 checking if the linker (/usr/bin/ld) is GNU ld... yes #11 9.692 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B #11 9.694 checking the name lister (/usr/bin/nm -B) interface... BSD nm #11 9.711 checking whether ln -s works... yes #11 9.711 checking the maximum length of command line arguments... 1572864 #11 9.716 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop #11 9.716 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop #11 9.716 checking for /usr/bin/ld option to reload object files... -r #11 9.717 checking for file... file #11 9.717 checking for objdump... objdump #11 9.718 checking how to recognize dependent libraries... pass_all #11 9.718 checking for dlltool... no #11 9.718 checking how to associate runtime and link libraries... printf %s\n #11 9.719 checking for ar... ar #11 9.719 checking for archiver @FILE support... @ #11 9.743 checking for strip... strip #11 9.743 checking for ranlib... ranlib #11 9.744 checking command to parse /usr/bin/nm -B output from gcc object... ok #11 9.794 checking for sysroot... no #11 9.794 checking for a working dd... /usr/bin/dd #11 9.796 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 #11 9.811 checking for mt... no #11 9.811 checking if : is a manifest tool... no #11 9.816 checking for stdio.h... yes #11 9.833 checking for stdlib.h... yes #11 9.855 checking for string.h... yes #11 9.881 checking for inttypes.h... yes #11 9.905 checking for stdint.h... yes #11 9.923 checking for strings.h... yes #11 9.947 checking for sys/stat.h... yes #11 9.969 checking for sys/types.h... yes #11 9.989 checking for unistd.h... yes #11 10.01 checking for dlfcn.h... yes #11 10.03 checking for objdir... .libs #11 10.09 checking if gcc supports -fno-rtti -fno-exceptions... no #11 10.11 checking for gcc option to produce PIC... -fPIC -DPIC #11 10.11 checking if gcc PIC flag -fPIC -DPIC works... yes #11 10.12 checking if gcc static flag -static works... yes #11 10.17 checking if gcc supports -c -o file.o... yes #11 10.19 checking if gcc supports -c -o file.o... (cached) yes #11 10.19 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes #11 10.19 checking whether -lc should be explicitly linked in... no #11 10.21 checking dynamic linker characteristics... GNU/Linux ld.so #11 10.26 checking how to hardcode library paths into programs... immediate #11 10.26 checking whether stripping libraries is possible... yes #11 10.26 checking if libtool supports shared libraries... yes #11 10.26 checking whether to build shared libraries... yes #11 10.26 checking whether to build static libraries... yes #11 10.26 checking for pkg-config... /usr/bin/pkg-config #11 10.26 checking for pkg-config... /usr/bin/pkg-config #11 10.26 checking pkg-config is at least version 0.20... yes #11 10.27 checking for libosmocore >= 1.9.0... yes #11 10.27 checking for libosmovty >= 1.9.0... yes #11 10.27 checking for libosmogsm >= 1.9.0... yes #11 10.28 checking for libosmo-netif >= 1.4.0... yes #11 10.29 checking for library containing sctp_recvmsg... -lsctp #11 10.36 checking if gcc supports -fvisibility=hidden... yes #11 10.37 checking for doxygen... /usr/bin/doxygen #11 10.38 checking whether to enable VTY/CTRL tests... no #11 10.38 CFLAGS=" -std=gnu11 -Wall" #11 10.38 CPPFLAGS=" -Wall" #11 10.40 checking that generated files are newer than configure... done #11 10.40 configure: creating ./config.status #11 10.69 config.status: creating libosmo-sigtran.pc #11 10.70 config.status: creating libosmo-sccp.pc #11 10.71 config.status: creating libosmo-mtp.pc #11 10.72 config.status: creating libosmo-xua.pc #11 10.72 config.status: creating include/osmocom/Makefile #11 10.74 config.status: creating include/osmocom/sccp/Makefile #11 10.75 config.status: creating include/osmocom/mtp/Makefile #11 10.76 config.status: creating include/osmocom/sigtran/Makefile #11 10.77 config.status: creating include/Makefile #11 10.78 config.status: creating src/Makefile #11 10.80 config.status: creating tests/Makefile #11 10.81 config.status: creating tests/sccp/Makefile #11 10.82 config.status: creating tests/mtp/Makefile #11 10.83 config.status: creating tests/m2ua/Makefile #11 10.84 config.status: creating tests/xua/Makefile #11 10.85 config.status: creating tests/ss7/Makefile #11 10.87 config.status: creating tests/vty/Makefile #11 10.88 config.status: creating examples/Makefile #11 10.89 config.status: creating stp/Makefile #11 10.90 config.status: creating doc/Makefile #11 10.91 config.status: creating doc/examples/Makefile #11 10.93 config.status: creating doc/manuals/Makefile #11 10.94 config.status: creating contrib/Makefile #11 10.95 config.status: creating contrib/systemd/Makefile #11 10.96 config.status: creating contrib/libosmo-sccp.spec #11 10.97 config.status: creating Doxyfile #11 10.98 config.status: creating Makefile #11 10.99 config.status: executing tests/atconfig commands #11 11.00 config.status: executing depfiles commands #11 11.19 config.status: executing libtool commands #11 11.22 echo 1.8.0.64-f3cc > .version-t && mv .version-t .version #11 11.23 make install-recursive #11 11.23 make[1]: Entering directory '/data/libosmo-sccp' #11 11.23 Making install in include #11 11.23 make[2]: Entering directory '/data/libosmo-sccp/include' #11 11.23 Making install in osmocom #11 11.23 make[3]: Entering directory '/data/libosmo-sccp/include/osmocom' #11 11.24 Making install in mtp #11 11.24 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom/mtp' #11 11.24 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom/mtp' #11 11.24 make[5]: Nothing to be done for 'install-exec-am'. #11 11.24 /usr/bin/mkdir -p '/usr/local/include/osmocom/mtp' #11 11.24 /usr/bin/install -c -m 644 mtp_level3.h mtp_pcap.h '/usr/local/include/osmocom/mtp' #11 11.24 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom/mtp' #11 11.24 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom/mtp' #11 11.24 Making install in sccp #11 11.24 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom/sccp' #11 11.25 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom/sccp' #11 11.25 make[5]: Nothing to be done for 'install-exec-am'. #11 11.25 /usr/bin/mkdir -p '/usr/local/include/osmocom/sccp' #11 11.25 /usr/bin/install -c -m 644 sccp_types.h sccp.h '/usr/local/include/osmocom/sccp' #11 11.25 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom/sccp' #11 11.25 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom/sccp' #11 11.25 Making install in sigtran #11 11.25 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom/sigtran' #11 11.25 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom/sigtran' #11 11.25 make[5]: Nothing to be done for 'install-exec-am'. #11 11.25 /usr/bin/mkdir -p '/usr/local/include/osmocom/sigtran' #11 11.25 /usr/bin/mkdir -p '/usr/local/include/osmocom/sigtran/protocol' #11 11.25 /usr/bin/install -c -m 644 xua_types.h xua_msg.h m2ua_types.h sccp_sap.h sigtran_sap.h sccp_helpers.h mtp_sap.h osmo_ss7.h '/usr/local/include/osmocom/sigtran' #11 11.25 /usr/bin/install -c -m 644 protocol/sua.h protocol/m3ua.h protocol/mtp.h protocol/sccp_scmg.h '/usr/local/include/osmocom/sigtran/protocol' #11 11.25 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom/sigtran' #11 11.25 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom/sigtran' #11 11.26 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom' #11 11.26 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom' #11 11.26 make[5]: Nothing to be done for 'install-exec-am'. #11 11.26 make[5]: Nothing to be done for 'install-data-am'. #11 11.26 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom' #11 11.26 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom' #11 11.26 make[3]: Leaving directory '/data/libosmo-sccp/include/osmocom' #11 11.26 make[3]: Entering directory '/data/libosmo-sccp/include' #11 11.26 make[4]: Entering directory '/data/libosmo-sccp/include' #11 11.26 make[4]: Nothing to be done for 'install-exec-am'. #11 11.26 make[4]: Nothing to be done for 'install-data-am'. #11 11.26 make[4]: Leaving directory '/data/libosmo-sccp/include' #11 11.26 make[3]: Leaving directory '/data/libosmo-sccp/include' #11 11.26 make[2]: Leaving directory '/data/libosmo-sccp/include' #11 11.26 Making install in src #11 11.26 make[2]: Entering directory '/data/libosmo-sccp/src' #11 11.26 CC sccp.o #11 11.26 CC mtp_pcap.o #11 11.26 CC ipa.lo #11 11.26 CC libxua_a-xua_msg.o #11 11.26 CC m3ua.lo #11 11.26 CC osmo_ss7.lo #11 11.26 CC osmo_ss7_as.lo #11 11.27 CC osmo_ss7_asp.lo #11 11.27 CC osmo_ss7_asp_peer.lo #11 11.27 CC osmo_ss7_hmrt.lo #11 11.27 CC osmo_ss7_vty.lo #11 11.27 CC osmo_ss7_xua_srv.lo #11 11.27 CC sccp2sua.lo #11 11.27 CC sccp_helpers.lo #11 11.28 CC sccp_lbcs.lo #11 11.28 CC sccp_sap.lo #11 11.29 CC sccp_sclc.lo #11 11.38 CC sccp_scmg.lo #11 11.59 CC sccp_scrc.lo #11 11.63 CC sccp_scoc.lo #11 11.63 CC sccp_types.lo #11 11.67 CC sccp_user.lo #11 11.70 CC sua.lo #11 11.70 CC sccp_vty.lo #11 11.71 CC xua_asp_fsm.lo #11 11.72 CC xua_as_fsm.lo #11 11.72 CC xua_default_lm_fsm.lo #11 11.75 CC xua_msg.lo #11 11.79 CC xua_rkm.lo #11 11.84 CC xua_shared.lo #11 11.91 CC xua_snm.lo #11 11.91 sccp_scoc.c: In function 'scoc_fsm_active': #11 11.91 sccp_scoc.c:1200:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user' #11 11.91 1200 | #pragma message ("TODO: internal disco: send N-DISCONNECT.ind to user") #11 11.91 | ^~~~~~~ #11 11.95 AR libsccp.a #11 11.95 AR libmtp.a #11 11.96 ar: `u' modifier ignored since `D' is the default (see `U') #11 11.96 ar: `u' modifier ignored since `D' is the default (see `U') #11 11.97 AR libxua.a #11 11.97 ar: `u' modifier ignored since `D' is the default (see `U') #11 12.22 CCLD libosmo-sigtran.la #11 12.43 make[3]: Entering directory '/data/libosmo-sccp/src' #11 12.43 /usr/bin/mkdir -p '/usr/local/lib' #11 12.43 /usr/bin/mkdir -p '/usr/local/lib' #11 12.43 /bin/bash ../libtool --mode=install /usr/bin/install -c libosmo-sigtran.la '/usr/local/lib' #11 12.43 /usr/bin/install -c -m 644 libsccp.a libmtp.a libxua.a '/usr/local/lib' #11 12.43 ( cd '/usr/local/lib' && ranlib libsccp.a ) #11 12.43 ( cd '/usr/local/lib' && ranlib libmtp.a ) #11 12.44 ( cd '/usr/local/lib' && ranlib libxua.a ) #11 12.45 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.so.9.0.0 /usr/local/lib/libosmo-sigtran.so.9.0.0 #11 12.45 libtool: install: (cd /usr/local/lib && { ln -s -f libosmo-sigtran.so.9.0.0 libosmo-sigtran.so.9 || { rm -f libosmo-sigtran.so.9 && ln -s libosmo-sigtran.so.9.0.0 libosmo-sigtran.so.9; }; }) #11 12.45 libtool: install: (cd /usr/local/lib && { ln -s -f libosmo-sigtran.so.9.0.0 libosmo-sigtran.so || { rm -f libosmo-sigtran.so && ln -s libosmo-sigtran.so.9.0.0 libosmo-sigtran.so; }; }) #11 12.46 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.lai /usr/local/lib/libosmo-sigtran.la #11 12.46 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.a /usr/local/lib/libosmo-sigtran.a #11 12.46 libtool: install: chmod 644 /usr/local/lib/libosmo-sigtran.a #11 12.46 libtool: install: ranlib /usr/local/lib/libosmo-sigtran.a #11 12.50 libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib #11 12.50 ---------------------------------------------------------------------- #11 12.50 Libraries have been installed in: #11 12.50 /usr/local/lib #11 12.50 #11 12.50 If you ever happen to want to link against installed libraries #11 12.50 in a given directory, LIBDIR, you must either use libtool, and #11 12.50 specify the full pathname of the library, or use the '-LLIBDIR' #11 12.50 flag during linking and do at least one of the following: #11 12.50 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable #11 12.50 during execution #11 12.50 - add LIBDIR to the 'LD_RUN_PATH' environment variable #11 12.50 during linking #11 12.50 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag #11 12.50 - have your system administrator add LIBDIR to '/etc/ld.so.conf' #11 12.50 #11 12.50 See any operating system documentation about shared libraries for #11 12.50 more information, such as the ld(1) and ld.so(8) manual pages. #11 12.50 ---------------------------------------------------------------------- #11 12.51 make[3]: Leaving directory '/data/libosmo-sccp/src' #11 12.51 make[2]: Leaving directory '/data/libosmo-sccp/src' #11 12.51 Making install in tests #11 12.51 make[2]: Entering directory '/data/libosmo-sccp/tests' #11 12.51 Making install in xua #11 12.51 make[3]: Entering directory '/data/libosmo-sccp/tests/xua' #11 12.51 make[4]: Entering directory '/data/libosmo-sccp/tests/xua' #11 12.51 make[4]: Nothing to be done for 'install-exec-am'. #11 12.51 make[4]: Nothing to be done for 'install-data-am'. #11 12.51 make[4]: Leaving directory '/data/libosmo-sccp/tests/xua' #11 12.51 make[3]: Leaving directory '/data/libosmo-sccp/tests/xua' #11 12.51 Making install in sccp #11 12.51 make[3]: Entering directory '/data/libosmo-sccp/tests/sccp' #11 12.52 make[4]: Entering directory '/data/libosmo-sccp/tests/sccp' #11 12.52 make[4]: Nothing to be done for 'install-exec-am'. #11 12.52 make[4]: Nothing to be done for 'install-data-am'. #11 12.52 make[4]: Leaving directory '/data/libosmo-sccp/tests/sccp' #11 12.52 make[3]: Leaving directory '/data/libosmo-sccp/tests/sccp' #11 12.52 Making install in mtp #11 12.52 make[3]: Entering directory '/data/libosmo-sccp/tests/mtp' #11 12.52 make[4]: Entering directory '/data/libosmo-sccp/tests/mtp' #11 12.52 make[4]: Nothing to be done for 'install-exec-am'. #11 12.52 make[4]: Nothing to be done for 'install-data-am'. #11 12.52 make[4]: Leaving directory '/data/libosmo-sccp/tests/mtp' #11 12.52 make[3]: Leaving directory '/data/libosmo-sccp/tests/mtp' #11 12.52 Making install in m2ua #11 12.52 make[3]: Entering directory '/data/libosmo-sccp/tests/m2ua' #11 12.52 make[4]: Entering directory '/data/libosmo-sccp/tests/m2ua' #11 12.52 make[4]: Nothing to be done for 'install-exec-am'. #11 12.52 make[4]: Nothing to be done for 'install-data-am'. #11 12.52 make[4]: Leaving directory '/data/libosmo-sccp/tests/m2ua' #11 12.52 make[3]: Leaving directory '/data/libosmo-sccp/tests/m2ua' #11 12.52 Making install in ss7 #11 12.53 make[3]: Entering directory '/data/libosmo-sccp/tests/ss7' #11 12.53 make[4]: Entering directory '/data/libosmo-sccp/tests/ss7' #11 12.53 make[4]: Nothing to be done for 'install-exec-am'. #11 12.53 make[4]: Nothing to be done for 'install-data-am'. #11 12.53 make[4]: Leaving directory '/data/libosmo-sccp/tests/ss7' #11 12.53 make[3]: Leaving directory '/data/libosmo-sccp/tests/ss7' #11 12.53 Making install in vty #11 12.53 make[3]: Entering directory '/data/libosmo-sccp/tests/vty' #11 12.53 make[4]: Entering directory '/data/libosmo-sccp/tests/vty' #11 12.53 make[4]: Nothing to be done for 'install-exec-am'. #11 12.53 make[4]: Nothing to be done for 'install-data-am'. #11 12.53 make[4]: Leaving directory '/data/libosmo-sccp/tests/vty' #11 12.53 make[3]: Leaving directory '/data/libosmo-sccp/tests/vty' #11 12.53 make[3]: Entering directory '/data/libosmo-sccp/tests' #11 12.53 make[4]: Entering directory '/data/libosmo-sccp/tests' #11 12.53 make[4]: Nothing to be done for 'install-exec-am'. #11 12.53 make[4]: Nothing to be done for 'install-data-am'. #11 12.53 make[4]: Leaving directory '/data/libosmo-sccp/tests' #11 12.53 make[3]: Leaving directory '/data/libosmo-sccp/tests' #11 12.53 make[2]: Leaving directory '/data/libosmo-sccp/tests' #11 12.53 Making install in examples #11 12.54 make[2]: Entering directory '/data/libosmo-sccp/examples' #11 12.54 CC sccp_demo_user.o #11 12.54 CC sccp_test_server.o #11 12.54 CC sccp_test_vty.o #11 12.60 CCLD sccp_demo_user #11 12.74 make[3]: Entering directory '/data/libosmo-sccp/examples' #11 12.74 make[3]: Nothing to be done for 'install-exec-am'. #11 12.74 make[3]: Nothing to be done for 'install-data-am'. #11 12.74 make[3]: Leaving directory '/data/libosmo-sccp/examples' #11 12.74 make[2]: Leaving directory '/data/libosmo-sccp/examples' #11 12.74 Making install in stp #11 12.74 make[2]: Entering directory '/data/libosmo-sccp/stp' #11 12.75 CC stp_main.o #11 12.80 CCLD osmo-stp #11 12.93 make[3]: Entering directory '/data/libosmo-sccp/stp' #11 12.93 make[3]: Nothing to be done for 'install-data-am'. #11 12.93 /usr/bin/mkdir -p '/usr/local/bin' #11 12.93 /bin/bash ../libtool --mode=install /usr/bin/install -c osmo-stp '/usr/local/bin' #11 12.96 libtool: install: /usr/bin/install -c .libs/osmo-stp /usr/local/bin/osmo-stp #11 12.96 make[3]: Leaving directory '/data/libosmo-sccp/stp' #11 12.96 make[2]: Leaving directory '/data/libosmo-sccp/stp' #11 12.96 Making install in doc #11 12.96 make[2]: Entering directory '/data/libosmo-sccp/doc' #11 12.97 Making install in examples #11 12.97 make[3]: Entering directory '/data/libosmo-sccp/doc/examples' #11 12.97 make[4]: Entering directory '/data/libosmo-sccp/doc/examples' #11 12.97 make[4]: Nothing to be done for 'install-exec-am'. #11 12.97 /usr/bin/mkdir -p '/usr/local/share/doc/libosmo-sccp/examples/osmo-stp' #11 12.97 /usr/bin/mkdir -p '/usr/local/etc/osmocom' #11 12.97 /usr/bin/install -c -m 644 osmo-stp.cfg osmo-stp-multihome.cfg '/usr/local/share/doc/libosmo-sccp/examples/osmo-stp' #11 12.97 /usr/bin/install -c -m 644 osmo-stp.cfg '/usr/local/etc/osmocom' #11 12.98 make[4]: Leaving directory '/data/libosmo-sccp/doc/examples' #11 12.98 make[3]: Leaving directory '/data/libosmo-sccp/doc/examples' #11 12.98 Making install in manuals #11 12.98 make[3]: Entering directory '/data/libosmo-sccp/doc/manuals' #11 12.98 make[4]: Entering directory '/data/libosmo-sccp/doc/manuals' #11 12.98 make[4]: Nothing to be done for 'install-exec-am'. #11 12.98 make[4]: Nothing to be done for 'install-data-am'. #11 12.98 make[4]: Leaving directory '/data/libosmo-sccp/doc/manuals' #11 12.98 make[3]: Leaving directory '/data/libosmo-sccp/doc/manuals' #11 12.98 make[3]: Entering directory '/data/libosmo-sccp/doc' #11 12.98 make[4]: Entering directory '/data/libosmo-sccp/doc' #11 12.98 make[4]: Nothing to be done for 'install-exec-am'. #11 12.98 make[4]: Nothing to be done for 'install-data-am'. #11 12.98 make[4]: Leaving directory '/data/libosmo-sccp/doc' #11 12.98 make[3]: Leaving directory '/data/libosmo-sccp/doc' #11 12.98 make[2]: Leaving directory '/data/libosmo-sccp/doc' #11 12.98 Making install in contrib #11 12.98 make[2]: Entering directory '/data/libosmo-sccp/contrib' #11 12.99 Making install in systemd #11 12.99 make[3]: Entering directory '/data/libosmo-sccp/contrib/systemd' #11 12.99 make[4]: Entering directory '/data/libosmo-sccp/contrib/systemd' #11 12.99 make[4]: Nothing to be done for 'install-exec-am'. #11 12.99 /usr/bin/mkdir -p '/lib/systemd/system' #11 12.99 /usr/bin/install -c -m 644 osmo-stp.service '/lib/systemd/system' #11 12.99 make[4]: Leaving directory '/data/libosmo-sccp/contrib/systemd' #11 12.99 make[3]: Leaving directory '/data/libosmo-sccp/contrib/systemd' #11 12.99 make[3]: Entering directory '/data/libosmo-sccp/contrib' #11 12.99 make[4]: Entering directory '/data/libosmo-sccp/contrib' #11 12.99 make[4]: Nothing to be done for 'install-exec-am'. #11 12.99 make[4]: Nothing to be done for 'install-data-am'. #11 12.99 make[4]: Leaving directory '/data/libosmo-sccp/contrib' #11 12.99 make[3]: Leaving directory '/data/libosmo-sccp/contrib' #11 12.99 make[2]: Leaving directory '/data/libosmo-sccp/contrib' #11 13.00 make[2]: Entering directory '/data/libosmo-sccp' #11 13.00 mkdir -p doc/sigtran #11 13.00 /usr/bin/doxygen Doxyfile #11 13.09 warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete. #11 13.09 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" #11 13.09 warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value #11 13.09 Using the default: a4! #11 13.14 Doxygen version used: 1.9.4 #11 13.14 Searching for include files... #11 13.14 Searching for example files... #11 13.14 Searching for images... #11 13.14 Searching for dot files... #11 13.14 Searching for msc files... #11 13.14 Searching for dia files... #11 13.14 Searching for files to exclude #11 13.14 Searching INPUT for files to process... #11 13.14 Searching for files in directory /data/libosmo-sccp/include/osmocom/sigtran #11 13.14 Searching for files in directory /data/libosmo-sccp/include/osmocom/sigtran/protocol #11 13.14 Searching for files in directory /data/libosmo-sccp/src #11 13.14 Reading and parsing tag files #11 13.14 Parsing files #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/m2ua_types.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/m2ua_types.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/mtp_sap.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/mtp_sap.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/m3ua.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/m3ua.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/mtp.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/mtp.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/sccp_scmg.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/sccp_scmg.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/sua.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/sua.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/sccp_helpers.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/sccp_helpers.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/sccp_sap.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/sccp_sap.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/sigtran_sap.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/sigtran_sap.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/xua_msg.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/xua_msg.h... #11 13.14 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/xua_types.h... #11 13.14 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/xua_types.h... #11 13.14 Preprocessing /data/libosmo-sccp/src/ipa.c... #11 13.14 Parsing file /data/libosmo-sccp/src/ipa.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/m3ua.c... #11 13.14 Parsing file /data/libosmo-sccp/src/m3ua.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/mtp_pcap.c... #11 13.14 Parsing file /data/libosmo-sccp/src/mtp_pcap.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/osmo_ss7.c... #11 13.14 Parsing file /data/libosmo-sccp/src/osmo_ss7.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/osmo_ss7_as.c... #11 13.14 Parsing file /data/libosmo-sccp/src/osmo_ss7_as.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/osmo_ss7_asp.c... #11 13.14 Parsing file /data/libosmo-sccp/src/osmo_ss7_asp.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/osmo_ss7_asp_peer.c... #11 13.14 Parsing file /data/libosmo-sccp/src/osmo_ss7_asp_peer.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/osmo_ss7_hmrt.c... #11 13.14 Parsing file /data/libosmo-sccp/src/osmo_ss7_hmrt.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/osmo_ss7_vty.c... #11 13.14 Parsing file /data/libosmo-sccp/src/osmo_ss7_vty.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/osmo_ss7_xua_srv.c... #11 13.14 Parsing file /data/libosmo-sccp/src/osmo_ss7_xua_srv.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/sccp.c... #11 13.14 Parsing file /data/libosmo-sccp/src/sccp.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/sccp2sua.c... #11 13.14 Parsing file /data/libosmo-sccp/src/sccp2sua.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/sccp_helpers.c... #11 13.14 Parsing file /data/libosmo-sccp/src/sccp_helpers.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/sccp_internal.h... #11 13.14 Parsing file /data/libosmo-sccp/src/sccp_internal.h... #11 13.14 Preprocessing /data/libosmo-sccp/src/sccp_lbcs.c... #11 13.14 Parsing file /data/libosmo-sccp/src/sccp_lbcs.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/sccp_sap.c... #11 13.14 Parsing file /data/libosmo-sccp/src/sccp_sap.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/sccp_sclc.c... #11 13.14 Parsing file /data/libosmo-sccp/src/sccp_sclc.c... #11 13.14 Preprocessing /data/libosmo-sccp/src/data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command #11 13.27 /sccp_scmg.c... #11 13.27 Parsing file /data/libosmo-sccp/src/sccp_scmg.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/sccp_scoc.c... #11 13.27 Parsing file /data/libosmo-sccp/src/sccp_scoc.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/sccp_scrc.c... #11 13.27 Parsing file /data/libosmo-sccp/src/sccp_scrc.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/sccp_types.c... #11 13.27 Parsing file /data/libosmo-sccp/src/sccp_types.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/sccp_user.c... #11 13.27 Parsing file /data/libosmo-sccp/src/sccp_user.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/sccp_vty.c... #11 13.27 Parsing file /data/libosmo-sccp/src/sccp_vty.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/ss7_internal.h... #11 13.27 Parsing file /data/libosmo-sccp/src/ss7_internal.h... #11 13.27 Preprocessing /data/libosmo-sccp/src/sua.c... #11 13.27 Parsing file /data/libosmo-sccp/src/sua.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_as_fsm.c... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_as_fsm.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_as_fsm.h... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_as_fsm.h... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_asp_fsm.c... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_asp_fsm.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_asp_fsm.h... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_asp_fsm.h... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_default_lm_fsm.c... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_default_lm_fsm.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_internal.h... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_internal.h... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_msg.c... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_msg.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_rkm.c... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_rkm.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_shared.c... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_shared.c... #11 13.27 Preprocessing /data/libosmo-sccp/src/xua_snm.c... #11 13.27 Parsing file /data/libosmo-sccp/src/xua_snm.c... #11 13.27 Building macro definition list... #11 13.27 Building group list... #11 13.27 Building directory list... #11 13.27 Building namespace list... #11 13.27 Building file list... #11 13.27 Building class list... #11 13.27 Building concept list... #11 13.27 Computing nesting relations for classes... #11 13.27 Associating documentation with classes... #11 13.27 Associating documentation with concepts... #11 13.27 Building example list... #11 13.27 Searching for enumerations... #11 13.27 Searching for documented typedefs... #11 13.27 Searching for members imported via using declarations... #11 13.27 Searching for included using directives... #11 13.27 Searching for documented variables... #11 13.27 Building interface member list... #11 13.27 Building member list... #11 13.27 Searching for friends... #11 13.27 Searching for documented defines... #11 13.27 Computing class inheritance relations... #11 13.27 Computing class usage relations... #11 13.27 Flushing cached template relations that have become invalid... #11 13.27 Computing class relations... #11 13.27 Add enum values to enums... #11 13.27 Searching for member function documentation... #11 13.27 Creating members for template instances... #11 13.27 Building page list... #11 13.27 Search for main page... #11 13.27 Computing page relations... #11 13.27 Determining the scope of groups... #11 13.27 Sorting lists... #11 13.27 Determining which enums are documented #11 13.27 Computing member relations... #11 13.27 Building full member lists recursively... #11 13.27 Adding members to member groups. #11 13.27 Computing member references... #11 13.27 Inheriting documentation... #11 13.27 Generating disk names... #11 13.27 Adding source references... #11 13.27 Adding xrefitems... #11 13.27 Sorting member lists... #11 13.27 Setting anonymous enum type... #11 13.27 Computing dependencies between directories... #11 13.27 Generating citations page... #11 13.27 Counting members... #11 13.27 Counting data structures... #11 13.27 Resolving user defined references... #11 13.27 Finding anchors and sections in the documentation... #11 13.27 Transferring function references... #11 13.27 Combining using relations... #11 13.27 Adding members to index pages... #11 13.27 Correcting members for VHDL... #11 13.27 Computing tooltip texts... #11 13.27 Generating style sheet... #11 13.27 Generating search indices... #11 13.27 Generating example documentation... #11 13.27 Generating file sources... #11 13.27 Generating code for file include/osmocom/sigtran/m2ua_types.h... #11 13.27 Generating code for file include/osmocom/sigtran/mtp_sap.h... #11 13.27 Generating code for file include/osmocom/sigtran/osmo_ss7.h... #11 13.27 Generating code for file include/osmocom/sigtran/protocol/m3ua.h... #11 13.27 Generating code for file include/osmocom/sigtran/protocol/mtp.h... #11 13.27 Generating code for file include/osmocom/sigt/data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:514: warning: argument 'ppid_sid' of command @param is not found in the argument list of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) #11 13.43 /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:514: warning: The following parameter of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) is not documented: #11 13.43 parameter 'ppid_mux' #11 13.43 /data/libosmo-sccp/src/sccp_user.c:881: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) #11 13.43 /data/libosmo-sccp/src/sccp_user.c:881: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented: #11 13.43 parameter 'inst' #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: unable to resolve reference to 'asp' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:98: warning: unable to resolve reference to 'as' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: The following parameter of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: #11 13.43 parameter 'asp_name' #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: unable to resolve reference to 'asp' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:128: warning: unable to resolve reference to 'as' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: #11 13.43 parameter 'asp_name' #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'asp' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'as' for \ref command #11 13.43 /data/libosmo-sccp/src/osmo_ss7.c:1002: warning: unable to resolve reference to 'asp' for \ref command #11 13.44 /data/libosmo-sccp/src/osmo_ss7.c:733: warning: unable to resolve reference to 'pc' for \ref command #11 13.44 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: argument 'ctx' of command @param is not found in the argument list of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) #11 13.44 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: The following parameter of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented: #11 13.44 parameter 'inst' #11 13.45 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) #11 13.45 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented: #11 13.45 parameter 'addr' #11 13.45 /data/libosmo-sccp/src/sccp_user.c:136: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented: #11 13.45 parameter 'prim_cb' #11 13.45 /data/libosmo-sccp/src/sccp_user.c:123: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented: #11 13.45 parameter 'prim_cb' #11 13.46 /data/libosmo-sccp/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command #11 13.46 /data/libosmo-sccp/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented: #11 13.46 parameter 'num_maps' #11 13.46 /data/libosmo-sccp/src/m3ua.c:685: warning: unable to resolve reference to 'msg' for \ref command #11 13.47 /data/libosmo-sccp/src/m3ua.c:901: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) #11 13.47 /data/libosmo-sccp/src/m3ua.c:901: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: #11 13.47 parameter 'info_str' #11 13.47 /data/libosmo-sccp/src/m3ua.c:487: warning: unable to resolve reference to 'xua' for \ref command #11 13.47 /data/libosmo-sccp/src/osmo_ss7.c:1002: warning: unable to resolve reference to 'asp' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7.c:733: warning: unable to resolve reference to 'pc' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: unable to resolve reference to 'asp' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:98: warning: unable to resolve reference to 'as' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: The following parameter of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: #11 13.48 parameter 'asp_name' #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: unable to resolve reference to 'asp' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:128: warning: unable to resolve reference to 'as' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: #11 13.48 parameter 'asp_name' #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'asp' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'as' for \ref command #11 13.48 /data/libosmo-sccp/src/osmo_ss7_asp.c:459: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented: #11 13.48 parameter 'trans_proto' #11 13.50 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) #11 13.50 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented: #11 13.50 parameter 'addr' #11 13.50 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: argument 'ctx' of command @param is not found in the argument list of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) #11 13.50 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: The following parameter of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented: #11 13.50 parameter 'inst' #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:92: warning: unable to resolve reference to 'in_digits' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:320: warning: unable to resolve reference to 'addr' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:682: warning: The following parameter of sccp_msg_add_sua_opt(enum sccp_message_types type, struct msgb *msg, const struct xua_msg_part *opt) is not documented: #11 13.51 parameter 'type' #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1176: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1140: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1209: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1300: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1638: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1599: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1429: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1559: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:797: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1271: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1238: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1332: warning: unable to resolve reference to 'xua' for \ref command #11 13.51 /data/libosmo-sccp/src/sccp2sua.c:1468: warning: unable to resolve reference to 'xua' for \ref command #11 13.52 /data/libosmo-sccp/src/sccp2sua.c:1382: warning: unable to resolve reference to 'xua' for \ref command #11 13.52 /data/libosmo-sccp/src/sccp2sua.c:1519: warning: unable to resolve reference to 'xua' for \ref command #11 13.52 /data/libosmo-sccp/src/sccp2sua.c:1189: warning: unable to resolve reference to 'xua' for \ref command #11 13.52 /data/libosmo-sccp/src/sccp2sua.c:1156: warning: unable to resolve reference to 'xua' for \ref command #11 13.52 /data/libosmo-sccp/src/sccp2sua.c:1221: warning: unable to resolve reference to 'xua' for \ref command #11 13.52 /data/libosmo-sccp/src/sccp2sua.c:565: warning: unable to resolve reference to 'opt' for \ref command #11 13.52 /data/libosmo-sccp/src/sccp_sclc.c:143: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) #11 13.52 /data/libosmo-sccp/src/sccp_sclc.c:143: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: #11 13.52 parameter 'oph' #11 13.52 /data/libosmo-sccp/src/sccp_sclc.c:119: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) #11 13.52 /data/libosmo-sccp/src/sccp_sclc.c:119: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: #11 13.52 parameter 'oph' #11 13.53 /data/libosmo-sccp/src/sccp_sclc.c:143: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) #11 13.53 /data/libosmo-sccp/src/sccp_sclc.c:143: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: #11 13.53 parameter 'oph' #11 13.53 /data/libosmo-sccp/src/sccp_sclc.c:119: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) #11 13.53 /data/libosmo-sccp/src/sccp_sclc.c:119: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: #11 13.53 parameter 'oph' #11 13.54 /data/libosmo-sccp/src/sccp_user.c:881: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) #11 13.54 /data/libosmo-sccp/src/sccp_user.c:881: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented: #11 13.54 parameter 'inst' #11 13.54 /data/libosmo-sccp/src/sccp_user.c:136: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented: #11 13.54 parameter 'prim_cb' #11 13.54 /data/libosmo-sccp/src/sccp_user.c:123: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented: #11 13.54 parameter 'prim_cb' #11 13.54 /data/libosmo-sccp/src/sccp_user.c:88: warning: The following parameter of sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented: #11 13.54 parameter 'prim_cb' #11 13.55 /data/libosmo-sccp/src/osmo_ss7_asp.c:459: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented: #11 13.55 parameter 'trans_proto' #11 13.55 /data/libosmo-sccp/src/sua.c:500: warning: unable to resolve reference to 'xua' for \ref command #11 13.55 /data/libosmo-sccp/src/sua.c:674: warning: unable to resolve reference to 'msg' for \ref command #11 13.55 /data/libosmo-sccp/src/sua.c:910: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) #11 13.55 /data/libosmo-sccp/src/sua.c:910: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: #11 13.55 parameter 'info_str' #11 13.55 /data/libosmo-sccp/src/sua.c:302: warning: unable to resolve reference to 'xua' for \ref command #11 13.57 ran/protocol/sccp_scmg.h... #11 13.57 Generating code for file include/osmocom/sigtran/protocol/sua.h... #11 13.57 Generating code for file include/osmocom/sigtran/sccp_helpers.h... #11 13.57 Generating code for file include/osmocom/sigtran/sccp_sap.h... #11 13.57 Generating code for file include/osmocom/sigtran/sigtran_sap.h... #11 13.57 Generating code for file include/osmocom/sigtran/xua_msg.h... #11 13.57 Generating code for file include/osmocom/sigtran/xua_types.h... #11 13.57 Parsing code for file src/ipa.c... #11 13.57 Parsing code for file src/m3ua.c... #11 13.57 Parsing code for file src/mtp_pcap.c... #11 13.57 Parsing code for file src/osmo_ss7.c... #11 13.57 Parsing code for file src/osmo_ss7_as.c... #11 13.57 Parsing code for file src/osmo_ss7_asp.c... #11 13.57 Parsing code for file src/osmo_ss7_asp_peer.c... #11 13.57 Parsing code for file src/osmo_ss7_hmrt.c... #11 13.57 Parsing code for file src/osmo_ss7_vty.c... #11 13.57 Parsing code for file src/osmo_ss7_xua_srv.c... #11 13.57 Parsing code for file src/sccp.c... #11 13.57 Parsing code for file src/sccp2sua.c... #11 13.57 Parsing code for file src/sccp_helpers.c... #11 13.57 Generating code for file src/sccp_internal.h... #11 13.57 Parsing code for file src/sccp_lbcs.c... #11 13.57 Parsing code for file src/sccp_sap.c... #11 13.57 Parsing code for file src/sccp_sclc.c... #11 13.57 Parsing code for file src/sccp_scmg.c... #11 13.57 Parsing code for file src/sccp_scoc.c... #11 13.57 Parsing code for file src/sccp_scrc.c... #11 13.57 Parsing code for file src/sccp_types.c... #11 13.57 Parsing code for file src/sccp_user.c... #11 13.57 Parsing code for file src/sccp_vty.c... #11 13.57 Generating code for file src/ss7_internal.h... #11 13.57 Parsing code for file src/sua.c... #11 13.57 Parsing code for file src/xua_as_fsm.c... #11 13.57 Generating code for file src/xua_as_fsm.h... #11 13.57 Parsing code for file src/xua_asp_fsm.c... #11 13.57 Generating code for file src/xua_asp_fsm.h... #11 13.57 Parsing code for file src/xua_default_lm_fsm.c... #11 13.57 Generating code for file src/xua_internal.h... #11 13.57 Parsing code for file src/xua_msg.c... #11 13.57 Parsing code for file src/xua_rkm.c... #11 13.57 Parsing code for file src/xua_shared.c... #11 13.57 Parsing code for file src/xua_snm.c... #11 13.57 Generating file documentation... #11 13.57 Generating docs for file include/osmocom/sigtran/m2ua_types.h... #11 13.57 Generating docs for file include/osmocom/sigtran/mtp_sap.h... #11 13.57 Generating docs for file include/osmocom/sigtran/osmo_ss7.h... #11 13.57 Generating docs for file include/osmocom/sigtran/protocol/m3ua.h... #11 13.57 Generating docs for file include/osmocom/sigtran/protocol/mtp.h... #11 13.57 Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h... #11 13.57 Generating docs for file include/osmocom/sigtran/protocol/sua.h... #11 13.57 Generating docs for file include/osmocom/sigtran/sccp_helpers.h... #11 13.57 Generating docs for file include/osmocom/sigtran/sccp_sap.h... #11 13.57 Generating docs for file include/osmocom/sigtran/sigtran_sap.h... #11 13.57 Generating docs for file include/osmocom/sigtran/xua_msg.h... #11 13.57 Generating docs for file include/osmocom/sigtran/xua_types.h... #11 13.57 Generating docs for file src/ipa.c... #11 13.57 Generating docs for file src/m3ua.c... #11 13.57 Generating docs for file src/mtp_pcap.c... #11 13.57 Generating docs for file src/osmo_ss7.c... #11 13.57 Generating docs for file src/osmo_ss7_as.c... #11 13.57 Generating docs for file src/osmo_ss7_asp.c... #11 13.57 Generating docs for file src/osmo_ss7_asp_peer.c... #11 13.57 Generating docs for file src/osmo_ss7_hmrt.c... #11 13.57 Generating docs for file src/osmo_ss7_vty.c... #11 13.57 Generating docs for file src/osmo_ss7_xua_srv.c... #11 13.57 Generating docs for file src/sccp.c... #11 13.57 Generating docs for file src/sccp2sua.c... #11 13.57 Generating docs for file src/sccp_helpers.c... #11 13.57 Generating docs for file src/sccp_internal.h... #11 13.57 Generating docs for file src/sccp_lbcs.c... #11 13.57 Generating docs for file src/sccp_sap.c... #11 13.57 Generating docs for file src/sccp_sclc.c... #11 13.57 Generating docs for file src/sccp_scmg.c... #11 13.57 Generating docs for file src/sccp_scoc.c... #11 13.57 Generating docs for file src/sccp_scrc.c... #11 13.57 Generating docs for file src/sccp_types.c... #11 13.57 Generating docs for file src/sccp_user.c... #11 13.57 Generating docs for file src/sccp_vty.c... #11 13.57 Generating docs for file src/ss7_internal.h... #11 13.57 Generating docs for file src/sua.c... #11 13.57 Generating docs for file src/xua_as_fsm.c... #11 13.57 Generating docs for file src/xua_as_fsm.h... #11 13.57 Generating docs for file src/xua_asp_fsm.c... #11 13.57 Generating docs for file src/xua_asp_fsm.h... #11 13.57 Generating docs for file src/xua_default_lm_fsm.c... #11 13.57 Generating docs for file src/xua_intern/data/libosmo-sccp/src/m3ua.c:685: warning: unable to resolve reference to 'msg' for \ref command #11 13.57 /data/libosmo-sccp/src/m3ua.c:901: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) #11 13.57 /data/libosmo-sccp/src/m3ua.c:901: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: #11 13.57 parameter 'info_str' #11 13.57 /data/libosmo-sccp/src/m3ua.c:487: warning: unable to resolve reference to 'xua' for \ref command #11 13.57 /data/libosmo-sccp/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command #11 13.57 /data/libosmo-sccp/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command #11 13.57 /data/libosmo-sccp/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command #11 13.57 /data/libosmo-sccp/src/sua.c:500: warning: unable to resolve reference to 'xua' for \ref command #11 13.57 /data/libosmo-sccp/src/sua.c:674: warning: unable to resolve reference to 'msg' for \ref command #11 13.57 /data/libosmo-sccp/src/sua.c:910: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) #11 13.57 /data/libosmo-sccp/src/sua.c:910: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: #11 13.57 parameter 'info_str' #11 13.58 /data/libosmo-sccp/src/sua.c:302: warning: unable to resolve reference to 'xua' for \ref command #11 13.58 /data/libosmo-sccp/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command #11 13.58 /data/libosmo-sccp/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented: #11 13.58 parameter 'num_maps' #11 13.61 /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command #11 13.61 /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command #11 13.68 al.h... #11 13.68 Generating docs for file src/xua_msg.c... #11 13.68 Generating docs for file src/xua_rkm.c... #11 13.68 Generating docs for file src/xua_shared.c... #11 13.68 Generating docs for file src/xua_snm.c... #11 13.68 Generating page documentation... #11 13.68 Generating group documentation... #11 13.68 Generating class documentation... #11 13.68 Generating docs for compound ipa_asp_fsm_priv... #11 13.68 Generating docs for compound lm_fsm_priv... #11 13.68 Generating docs for compound m3ua_data_hdr... #11 13.68 Generating docs for compound osmo_mtp_pause_param... #11 13.68 Generating docs for compound osmo_mtp_prim... #11 13.68 Generating docs for compound osmo_mtp_resume_param... #11 13.68 Generating docs for compound osmo_mtp_status_param... #11 13.68 Generating docs for compound osmo_mtp_transfer_param... #11 13.68 Generating docs for compound osmo_sccp_addr... #11 13.68 Generating docs for compound osmo_sccp_addr_entry... #11 13.68 Generating docs for compound osmo_sccp_gt... #11 13.68 Generating docs for compound osmo_sccp_instance... #11 13.68 Generating docs for compound osmo_sccp_user... #11 13.68 Generating docs for compound osmo_scu_connect_param... #11 13.68 Generating docs for compound osmo_scu_data_param... #11 13.68 Generating docs for compound osmo_scu_disconn_param... #11 13.68 Generating docs for compound osmo_scu_notice_param... #11 13.68 Generating docs for compound osmo_scu_pcstate_param... #11 13.68 Generating docs for compound osmo_scu_prim... #11 13.68 Generating docs for compound osmo_scu_reset_param... #11 13.68 Generating docs for compound osmo_scu_state_param... #11 13.68 Generating docs for compound osmo_scu_unitdata_param... #11 13.68 Generating docs for compound osmo_ss7_as... #11 13.68 Generating docs for compound osmo_ss7_asp... #11 13.68 Generating docs for compound osmo_ss7_asp_peer... #11 13.68 Generating docs for compound osmo_ss7_instance... #11 13.68 Generating docs for compound osmo_ss7_link... #11 13.68 Generating docs for compound osmo_ss7_linkset... #11 13.68 Generating docs for compound osmo_ss7_pc_fmt... #11 13.68 Generating docs for compound osmo_ss7_route... #11 13.68 Generating docs for compound osmo_ss7_route_table... #11 13.68 Generating docs for compound osmo_ss7_routing_key... #11 13.68 Generating docs for compound osmo_ss7_user... #11 13.68 Generating docs for compound osmo_xlm_prim... #11 13.68 Generating docs for compound osmo_xlm_prim_error... #11 13.68 Generating docs for compound osmo_xlm_prim_notify... #11 13.68 Generating docs for compound osmo_xlm_prim_rk_dereg... #11 13.68 Generating docs for compound osmo_xlm_prim_rk_reg... #11 13.68 Generating docs for compound osmo_xua_layer_manager... #11 13.68 Generating docs for compound osmo_xua_server... #11 13.68 Generating docs for compound pcap_hdr... #11 13.68 Generating docs for compound pcaprec_hdr... #11 13.68 Generating docs for compound sccp_connection... #11 13.68 Generating docs for compound sccp_data_callback... #11 13.68 Generating docs for compound sccp_scmg_msg... #11 13.68 Generating docs for compound sccp_system... #11 13.68 Generating docs for compound udt_offsets... #11 13.68 Generating docs for compound xua_as_fsm_priv... #11 13.68 Generating docs for compound xua_asp_fsm_priv... #11 13.68 Generating docs for compound xua_common_hdr... #11 13.68 Generating docs for compound xua_dialect... #11 13.68 Generating docs for compound xua_msg... #11 13.68 Generating docs for compound xua_msg_class... #11 13.68 Generating docs for compound xua_msg_event_map... #11 13.68 Generating docs for compound xua_msg_part... #11 13.68 Generating docs for compound xua_parameter_hdr... #11 13.68 Generating concept documentation... #11 13.68 Generating namespace index... #11 13.68 Generating graph info page... #11 13.68 Generating directory documentation... #11 13.68 Generating index page... #11 13.68 Generating page index... #11 13.68 Generating module index... #11 13.68 Generating namespace index... #11 13.68 Generating namespace member index... #11 13.68 Generating concept index... #11 13.68 Generating annotated compound index... #11 13.68 Generating alphabetical compound index... #11 13.68 Generating hierarchical class index... #11 13.68 Generating member index... #11 13.68 Generating file index... #11 13.68 Generating file member index... #11 13.68 Generating example index... #11 13.68 finalizing index lists... #11 13.68 writing tag file... #11 13.68 Running plantuml with JAVA... #11 13.68 lookup cache used 2216/65536 hits=24409 misses=2370 #11 13.68 finished... #11 13.69 cd ./doc && tar cf html.tar */html #11 13.70 make[3]: Entering directory '/data/libosmo-sccp' #11 13.70 make[3]: Nothing to be done for 'install-exec-am'. #11 13.70 /usr/bin/mkdir -p '/usr/local/lib/pkgconfig' #11 13.70 /usr/bin/mkdir -p '/usr/local/share/doc/libosmo-sccp' #11 13.71 /usr/bin/install -c -m 644 ./doc/html.tar '/usr/local/share/doc/libosmo-sccp' #11 13.71 /usr/bin/install -c -m 644 libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.pc '/usr/local/lib/pkgconfig' #11 13.72 make install-data-hook #11 13.72 make[4]: Entering directory '/data/libosmo-sccp' #11 13.72 cd /usr/local/share/doc/libosmo-sccp && tar xf html.tar && rm -f html.tar #11 13.75 make[4]: Leaving directory '/data/libosmo-sccp' #11 13.75 make[3]: Leaving directory '/data/libosmo-sccp' #11 13.75 make[2]: Leaving directory '/data/libosmo-sccp' #11 13.75 make[1]: Leaving directory '/data/libosmo-sccp' #11 DONE 13.9s #12 [7/7] COPY OSMO-STP.CFG /data/ #12 DONE 0.0s #13 exporting to image #13 exporting layers #13 exporting layers 0.3s done #13 writing image sha256:83901c204cc393e7e52179e72dbacf4071a1d63e953b9271e0cdb0b356aa2ab4 done #13 naming to docker.io/osmocom-build/osmo-stp-master:latest done #13 DONE 0.3s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/osmo-stp-master' + docker_image_exists osmo-stp-master + docker images -q osmocom-build/osmo-stp-master + test -n 83901c204cc3 + 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.202405122026 amd64 Development headers for Osmocom network interface ii libosmocodec4:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo codec library ii libosmocoding0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo coding library ii libosmocore 1.9.0.197.fb8cd.202405122026 amd64 Open Source MObile COMmunications CORE library (metapackage) ii libosmocore-dev:amd64 1.9.0.197.fb8cd.202405122026 amd64 Development headers for Open Source MObile COMmunications CORE library ii libosmocore21:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo Core library ii libosmoctrl0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo control library ii libosmogb14:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo GPRS GB library ii libosmogsm20:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo GSM utility library ii libosmoisdn0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo ISDN utility library ii libosmonetif11:amd64 1.4.0.54.05ff.202405122026 amd64 Common/shared code regarding network interface for OpenBSC ii libosmosim2:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo SIM library ii libosmousb0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo USB library ii libosmovty13:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo VTY library ii osmocom-nightly 202405122026 amd64 Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master'] + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends osmo-msc-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} + grep -q $USER + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + 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-msc-test/debian-bookworm-build' rm -rf .common cp -r /home/osmocom-build/jenkins/workspace/ttcn3-msc-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 \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ --pull -t osmocom-build/debian-bookworm-build:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 5.77kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [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.1s #8 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:40f71cd223a60afc1bac2adf1b204bfabef29cdef725e74993f86098ff87f92f #8 resolve registry.osmocom.org/debian:bookworm@sha256:40f71cd223a60afc1bac2adf1b204bfabef29cdef725e74993f86098ff87f92f #8 resolve registry.osmocom.org/debian:bookworm@sha256:40f71cd223a60afc1bac2adf1b204bfabef29cdef725e74993f86098ff87f92f 0.2s done #8 DONE 0.2s #9 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #9 DONE 0.2s #10 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT #10 DONE 0.3s #11 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=TEXT #11 DONE 0.3s #5 [internal] load build context #5 transferring context: 1.96kB done #5 DONE 0.0s #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 [15/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release #13 CACHED #14 [ 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 #14 CACHED #15 [14/16] RUN GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals #15 CACHED #16 [ 3/16] COPY .COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc #16 CACHED #17 [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 #17 CACHED #18 [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 #18 CACHED #19 [13/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit #19 CACHED #20 [ 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 #20 CACHED #21 [ 2/16] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh #21 CACHED #22 [ 9/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit #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 [ 7/16] ADD HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt #24 CACHED #25 [11/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit #25 CACHED #26 [16/16] RUN SET -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean #26 CACHED #27 exporting to image #27 exporting layers done #27 writing image sha256:5c656af2580c83d4ae4b29826f64de179b582477e75ce80084916f76a90f0388 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-msc-test/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 5c656af2580c + 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-msc-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name osmo-msc-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name osmo-msc-master + echo osmo-msc-master + dir=osmo-msc-master + pull_arg=--pull + grep ^FROM ../osmo-msc-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + set +x Building image: osmo-msc-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../osmo-msc-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-msc-master OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/osmo-msc-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-msc-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/master \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/osmo-msc-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.69kB done #2 DONE 0.1s #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 CACHED #6 https://gerrit.osmocom.org/plugins/gitiles/osmo-msc/+/master?format=TEXT #6 DONE 0.1s #7 [2/8] RUN CASE "debian-bookworm" in debian*) apt-get update && apt-get install -y --no-install-recommends libasn1c-dev libsqlite3-dev libosmo-abis-dev libosmo-mgcp-client-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sccp-dev libosmo-sigtran-dev libosmocore-dev libsmpp34-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libasn1c)" "pkgconfig(libosmo-gsup-client)" "pkgconfig(libosmo-mgcp-client)" "pkgconfig(libosmo-netif)" "pkgconfig(libosmo-ranap)" "pkgconfig(libosmo-sccp)" "pkgconfig(libosmo-sigtran)" "pkgconfig(libosmoabis)" "pkgconfig(libosmocore)" "pkgconfig(libosmoctrl)" "pkgconfig(libosmogsm)" "pkgconfig(libosmovty)" "pkgconfig(libsmpp34)" sqlite-devel ;; esac #7 ... #6 https://gerrit.osmocom.org/plugins/gitiles/osmo-msc/+/master?format=TEXT #6 CACHED #4 [internal] load build context #4 transferring context: 359B done #4 DONE 0.1s #7 [2/8] RUN CASE "debian-bookworm" in debian*) apt-get update && apt-get install -y --no-install-recommends libasn1c-dev libsqlite3-dev libosmo-abis-dev libosmo-mgcp-client-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sccp-dev libosmo-sigtran-dev libosmocore-dev libsmpp34-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libasn1c)" "pkgconfig(libosmo-gsup-client)" "pkgconfig(libosmo-mgcp-client)" "pkgconfig(libosmo-netif)" "pkgconfig(libosmo-ranap)" "pkgconfig(libosmo-sccp)" "pkgconfig(libosmo-sigtran)" "pkgconfig(libosmoabis)" "pkgconfig(libosmocore)" "pkgconfig(libosmoctrl)" "pkgconfig(libosmogsm)" "pkgconfig(libosmovty)" "pkgconfig(libsmpp34)" sqlite-devel ;; esac #7 0.502 Hit:1 http://deb.debian.org/debian bookworm InRelease #7 0.502 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #7 0.503 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #7 0.503 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease #7 1.315 Reading package lists... #7 2.062 Reading package lists... #7 2.790 Building dependency tree... #7 3.011 Reading state information... #7 3.391 libsqlite3-dev is already the newest version (3.40.1-2). #7 3.391 The following additional packages will be installed: #7 3.391 libasn1c1 libosmo-gsup-client0 libosmo-mgcp-client12 libosmo-ranap7 #7 3.391 libosmo-sigtran9 libosmoabis13 libosmocodec4 libosmocoding0 libosmocore #7 3.391 libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 #7 3.392 libosmonetif11 libosmosim2 libosmotrau2 libosmousb0 libosmovty13 libsmpp1 #7 3.395 osmocom-nightly #7 3.440 The following NEW packages will be installed: #7 3.441 libasn1c-dev libasn1c1 libosmo-abis-dev libosmo-gsup-client-dev #7 3.441 libosmo-gsup-client0 libosmo-mgcp-client-dev libosmo-mgcp-client12 #7 3.441 libosmo-netif-dev libosmo-ranap-dev libosmo-ranap7 libosmo-sccp-dev #7 3.441 libosmo-sigtran-dev libosmo-sigtran9 libosmoabis13 libosmocodec4 #7 3.441 libosmocoding0 libosmocore libosmocore-dev libosmocore21 libosmoctrl0 #7 3.441 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2 #7 3.441 libosmotrau2 libosmousb0 libosmovty13 libsmpp1 libsmpp34-dev osmocom-nightly #7 3.507 0 upgraded, 31 newly installed, 0 to remove and 13 not upgraded. #7 3.507 Need to get 3864 kB of archives. #7 3.507 After this operation, 17.5 MB of additional disk space will be used. #7 3.507 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202405122026 [1168 B] #7 3.510 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore21 1.9.0.197.fb8cd.202405122026 [164 kB] #7 3.511 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.9.0.197.fb8cd.202405122026 [46.0 kB] #7 3.528 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau2 1.5.1.12.6222.202405122026 [29.0 kB] #7 3.529 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.9.0.197.fb8cd.202405122026 [65.4 kB] #7 3.531 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.9.0.197.fb8cd.202405122026 [222 kB] #7 3.534 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.9.0.197.fb8cd.202405122026 [98.4 kB] #7 3.545 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.5.1.12.6222.202405122026 [72.6 kB] #7 3.553 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.5.1.12.6222.202405122026 [111 kB] #7 3.563 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.7.0.13.e391.202405122026 [19.0 kB] #7 3.564 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.9.0.197.fb8cd.202405122026 [66.0 kB] #7 3.564 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.9.0.197.fb8cd.202405122026 [172 kB] #7 3.565 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.9.0.197.fb8cd.202405122026 [54.4 kB] #7 3.566 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.9.0.197.fb8cd.202405122026 [58.5 kB] #7 3.572 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.9.0.197.fb8cd.202405122026 [45.3 kB] #7 3.572 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.9.0.197.fb8cd.202405122026 [38.6 kB] #7 3.573 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.9.0.197.fb8cd.202405122026 [839 kB] #7 3.591 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.7.0.13.e391.202405122026 [22.4 kB] #7 3.591 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.4.0.54.05ff.202405122026 [52.5 kB] #7 3.591 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.4.0.54.05ff.202405122026 [64.7 kB] #7 3.595 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sccp-dev 1.8.0.64.f3cc.202405122026 [87.9 kB] #7 3.613 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran9 1.8.0.64.f3cc.202405122026 [122 kB] #7 3.648 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 1.8.0.64.f3cc.202405122026 [581 kB] #7 3.656 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.3.2.4b6d.202405122026 [101 kB] #7 3.665 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.3.2.4b6d.202405122026 [111 kB] #7 3.675 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.36.2.5324.202405122026 [75.2 kB] #7 3.687 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.36.2.5324.202405122026 [105 kB] #7 3.696 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-mgcp-client12 1.12.1.47.e01f6.202405122026 [56.5 kB] #7 3.700 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-mgcp-client-dev 1.12.1.47.e01f6.202405122026 [65.3 kB] #7 3.705 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.5.1.6.fc08.202405122026 [223 kB] #7 3.713 Get:31 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.5.1.6.fc08.202405122026 [91.8 kB] #7 3.990 debconf: delaying package configuration, since apt-utils is not installed #7 4.095 Fetched 3864 kB in 0s (15.5 MB/s) #7 4.180 Selecting previously unselected package osmocom-nightly. #7 4.180 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 116671 files and directories currently installed.) #7 4.239 Preparing to unpack .../00-osmocom-nightly_202405122026_amd64.deb ... #7 4.259 Unpacking osmocom-nightly (202405122026) ... #7 4.401 Selecting previously unselected package libosmocore21:amd64. #7 4.411 Preparing to unpack .../01-libosmocore21_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.442 Unpacking libosmocore21:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 4.595 Selecting previously unselected package libosmocodec4:amd64. #7 4.601 Preparing to unpack .../02-libosmocodec4_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.611 Unpacking libosmocodec4:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 4.747 Selecting previously unselected package libosmotrau2:amd64. #7 4.759 Preparing to unpack .../03-libosmotrau2_1.5.1.12.6222.202405122026_amd64.deb ... #7 4.773 Unpacking libosmotrau2:amd64 (1.5.1.12.6222.202405122026) ... #7 4.947 Selecting previously unselected package libosmoisdn0:amd64. #7 4.956 Preparing to unpack .../04-libosmoisdn0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 4.973 Unpacking libosmoisdn0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.143 Selecting previously unselected package libosmogsm20:amd64. #7 5.147 Preparing to unpack .../05-libosmogsm20_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.163 Unpacking libosmogsm20:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.359 Selecting previously unselected package libosmovty13:amd64. #7 5.371 Preparing to unpack .../06-libosmovty13_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 5.397 Unpacking libosmovty13:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 5.551 Selecting previously unselected package libosmoabis13:amd64. #7 5.559 Preparing to unpack .../07-libosmoabis13_1.5.1.12.6222.202405122026_amd64.deb ... #7 5.574 Unpacking libosmoabis13:amd64 (1.5.1.12.6222.202405122026) ... #7 5.715 Selecting previously unselected package libosmo-abis-dev:amd64. #7 5.720 Preparing to unpack .../08-libosmo-abis-dev_1.5.1.12.6222.202405122026_amd64.deb ... #7 5.760 Unpacking libosmo-abis-dev:amd64 (1.5.1.12.6222.202405122026) ... #7 5.939 Selecting previously unselected package libosmo-gsup-client0:amd64. #7 5.947 Preparing to unpack .../09-libosmo-gsup-client0_1.7.0.13.e391.202405122026_amd64.deb ... #7 5.963 Unpacking libosmo-gsup-client0:amd64 (1.7.0.13.e391.202405122026) ... #7 6.095 Selecting previously unselected package libosmocoding0:amd64. #7 6.103 Preparing to unpack .../10-libosmocoding0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 6.113 Unpacking libosmocoding0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.263 Selecting previously unselected package libosmogb14:amd64. #7 6.267 Preparing to unpack .../11-libosmogb14_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 6.281 Unpacking libosmogb14:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.423 Selecting previously unselected package libosmoctrl0:amd64. #7 6.427 Preparing to unpack .../12-libosmoctrl0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 6.431 Unpacking libosmoctrl0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.527 Selecting previously unselected package libosmosim2:amd64. #7 6.532 Preparing to unpack .../13-libosmosim2_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 6.539 Unpacking libosmosim2:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.635 Selecting previously unselected package libosmousb0:amd64. #7 6.644 Preparing to unpack .../14-libosmousb0_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 6.648 Unpacking libosmousb0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 6.735 Selecting previously unselected package libosmocore. #7 6.741 Preparing to unpack .../15-libosmocore_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 6.750 Unpacking libosmocore (1.9.0.197.fb8cd.202405122026) ... #7 6.839 Selecting previously unselected package libosmocore-dev:amd64. #7 6.843 Preparing to unpack .../16-libosmocore-dev_1.9.0.197.fb8cd.202405122026_amd64.deb ... #7 6.848 Unpacking libosmocore-dev:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 7.015 Selecting previously unselected package libosmo-gsup-client-dev:amd64. #7 7.023 Preparing to unpack .../17-libosmo-gsup-client-dev_1.7.0.13.e391.202405122026_amd64.deb ... #7 7.037 Unpacking libosmo-gsup-client-dev:amd64 (1.7.0.13.e391.202405122026) ... #7 7.187 Selecting previously unselected package libosmonetif11:amd64. #7 7.187 Preparing to unpack .../18-libosmonetif11_1.4.0.54.05ff.202405122026_amd64.deb ... #7 7.205 Unpacking libosmonetif11:amd64 (1.4.0.54.05ff.202405122026) ... #7 7.339 Selecting previously unselected package libosmo-netif-dev:amd64. #7 7.351 Preparing to unpack .../19-libosmo-netif-dev_1.4.0.54.05ff.202405122026_amd64.deb ... #7 7.371 Unpacking libosmo-netif-dev:amd64 (1.4.0.54.05ff.202405122026) ... #7 7.543 Selecting previously unselected package libosmo-sccp-dev:amd64. #7 7.549 Preparing to unpack .../20-libosmo-sccp-dev_1.8.0.64.f3cc.202405122026_amd64.deb ... #7 7.569 Unpacking libosmo-sccp-dev:amd64 (1.8.0.64.f3cc.202405122026) ... #7 7.730 Selecting previously unselected package libosmo-sigtran9:amd64. #7 7.730 Preparing to unpack .../21-libosmo-sigtran9_1.8.0.64.f3cc.202405122026_amd64.deb ... #7 7.739 Unpacking libosmo-sigtran9:amd64 (1.8.0.64.f3cc.202405122026) ... #7 7.863 Selecting previously unselected package libosmo-sigtran-dev:amd64. #7 7.870 Preparing to unpack .../22-libosmo-sigtran-dev_1.8.0.64.f3cc.202405122026_amd64.deb ... #7 7.887 Unpacking libosmo-sigtran-dev:amd64 (1.8.0.64.f3cc.202405122026) ... #7 8.082 Selecting previously unselected package libsmpp1:amd64. #7 8.091 Preparing to unpack .../23-libsmpp1_1.14.3.2.4b6d.202405122026_amd64.deb ... #7 8.104 Unpacking libsmpp1:amd64 (1.14.3.2.4b6d.202405122026) ... #7 8.240 Selecting previously unselected package libsmpp34-dev:amd64. #7 8.244 Preparing to unpack .../24-libsmpp34-dev_1.14.3.2.4b6d.202405122026_amd64.deb ... #7 8.255 Unpacking libsmpp34-dev:amd64 (1.14.3.2.4b6d.202405122026) ... #7 8.431 Selecting previously unselected package libasn1c1:amd64. #7 8.439 Preparing to unpack .../25-libasn1c1_0.9.36.2.5324.202405122026_amd64.deb ... #7 8.487 Unpacking libasn1c1:amd64 (0.9.36.2.5324.202405122026) ... #7 8.635 Selecting previously unselected package libasn1c-dev:amd64. #7 8.640 Preparing to unpack .../26-libasn1c-dev_0.9.36.2.5324.202405122026_amd64.deb ... #7 8.655 Unpacking libasn1c-dev:amd64 (0.9.36.2.5324.202405122026) ... #7 8.827 Selecting previously unselected package libosmo-mgcp-client12:amd64. #7 8.831 Preparing to unpack .../27-libosmo-mgcp-client12_1.12.1.47.e01f6.202405122026_amd64.deb ... #7 8.841 Unpacking libosmo-mgcp-client12:amd64 (1.12.1.47.e01f6.202405122026) ... #7 8.975 Selecting previously unselected package libosmo-mgcp-client-dev:amd64. #7 8.983 Preparing to unpack .../28-libosmo-mgcp-client-dev_1.12.1.47.e01f6.202405122026_amd64.deb ... #7 9.003 Unpacking libosmo-mgcp-client-dev:amd64 (1.12.1.47.e01f6.202405122026) ... #7 9.111 Selecting previously unselected package libosmo-ranap7:amd64. #7 9.112 Preparing to unpack .../29-libosmo-ranap7_1.5.1.6.fc08.202405122026_amd64.deb ... #7 9.125 Unpacking libosmo-ranap7:amd64 (1.5.1.6.fc08.202405122026) ... #7 9.279 Selecting previously unselected package libosmo-ranap-dev:amd64. #7 9.285 Preparing to unpack .../30-libosmo-ranap-dev_1.5.1.6.fc08.202405122026_amd64.deb ... #7 9.310 Unpacking libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202405122026) ... #7 9.560 Setting up osmocom-nightly (202405122026) ... #7 9.573 Setting up libsmpp1:amd64 (1.14.3.2.4b6d.202405122026) ... #7 9.583 Setting up libosmocore21:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.593 Setting up libosmousb0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.603 Setting up libosmocodec4:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.616 Setting up libosmotrau2:amd64 (1.5.1.12.6222.202405122026) ... #7 9.630 Setting up libsmpp34-dev:amd64 (1.14.3.2.4b6d.202405122026) ... #7 9.639 Setting up libosmo-sccp-dev:amd64 (1.8.0.64.f3cc.202405122026) ... #7 9.653 Setting up libasn1c1:amd64 (0.9.36.2.5324.202405122026) ... #7 9.662 Setting up libosmovty13:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.673 Setting up libosmoisdn0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.684 Setting up libasn1c-dev:amd64 (0.9.36.2.5324.202405122026) ... #7 9.696 Setting up libosmo-mgcp-client12:amd64 (1.12.1.47.e01f6.202405122026) ... #7 9.706 Setting up libosmo-mgcp-client-dev:amd64 (1.12.1.47.e01f6.202405122026) ... #7 9.717 Setting up libosmogsm20:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.730 Setting up libosmoabis13:amd64 (1.5.1.12.6222.202405122026) ... #7 9.740 Setting up libosmoctrl0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.750 Setting up libosmogb14:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.763 Setting up libosmonetif11:amd64 (1.4.0.54.05ff.202405122026) ... #7 9.772 Setting up libosmo-gsup-client0:amd64 (1.7.0.13.e391.202405122026) ... #7 9.782 Setting up libosmo-abis-dev:amd64 (1.5.1.12.6222.202405122026) ... #7 9.792 Setting up libosmocoding0:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.806 Setting up libosmosim2:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.814 Setting up libosmocore (1.9.0.197.fb8cd.202405122026) ... #7 9.824 Setting up libosmo-sigtran9:amd64 (1.8.0.64.f3cc.202405122026) ... #7 9.834 Setting up libosmo-ranap7:amd64 (1.5.1.6.fc08.202405122026) ... #7 9.846 Setting up libosmocore-dev:amd64 (1.9.0.197.fb8cd.202405122026) ... #7 9.856 Setting up libosmo-netif-dev:amd64 (1.4.0.54.05ff.202405122026) ... #7 9.866 Setting up libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202405122026) ... #7 9.877 Setting up libosmo-gsup-client-dev:amd64 (1.7.0.13.e391.202405122026) ... #7 9.887 Setting up libosmo-sigtran-dev:amd64 (1.8.0.64.f3cc.202405122026) ... #7 9.898 Processing triggers for libc-bin (2.36-9+deb12u6) ... #7 DONE 10.1s #8 [3/8] WORKDIR /TMP #8 DONE 0.1s #9 [4/8] RUN GIT clone https://gerrit.osmocom.org/osmo-msc.git #9 0.636 Cloning into 'osmo-msc'... #9 DONE 3.8s #10 [5/8] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-MSC/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-msc #10 DONE 0.1s #11 [6/8] RUN CD osmo-msc && 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-smpp --enable-iu && make "-j$(nproc)" install #11 0.846 Already on 'master' #11 0.846 Your branch is up to date with 'origin/master'. #11 0.848 refs/heads/master #11 0.856 HEAD is now at 3b7cfe9f6 contrib: remove rpm spec file #11 0.861 master #11 0.865 3b7cfe9f60382b6c065b0cf2b11b899bb2123362 #11 4.902 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. #11 4.902 libtoolize: copying file './ltmain.sh' #11 4.973 libtoolize: putting macros in 'm4'. #11 4.973 libtoolize: copying file 'm4/libtool.m4' #11 4.989 libtoolize: copying file 'm4/ltoptions.m4' #11 5.013 libtoolize: copying file 'm4/ltsugar.m4' #11 5.060 libtoolize: copying file 'm4/ltversion.m4' #11 5.085 libtoolize: copying file 'm4/lt~obsolete.m4' #11 5.122 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, #11 5.122 libtoolize: and rerunning libtoolize and aclocal. #11 7.056 configure.ac:118: warning: The macro `AC_HELP_STRING' is obsolete. #11 7.056 configure.ac:118: You should run autoupdate. #11 7.056 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 7.056 configure.ac:118: the top level #11 7.056 configure.ac:155: warning: The macro `AC_HELP_STRING' is obsolete. #11 7.056 configure.ac:155: You should run autoupdate. #11 7.056 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... #11 7.056 configure.ac:155: the top level #11 7.056 configure.ac:231: warning: 'AM_CONFIG_HEADER': this macro is obsolete. #11 7.056 configure.ac:231: You should use the 'AC_CONFIG_HEADERS' macro instead. #11 7.056 ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... #11 7.056 aclocal.m4:1089: AM_CONFIG_HEADER is expanded from... #11 7.056 configure.ac:231: the top level #11 7.056 configure.ac:233: warning: AC_OUTPUT should be used without arguments. #11 7.056 configure.ac:233: You should run autoupdate. #11 8.905 configure.ac:23: installing './compile' #11 8.913 configure.ac:25: installing './config.guess' #11 8.923 configure.ac:25: installing './config.sub' #11 8.928 configure.ac:9: installing './install-sh' #11 8.932 configure.ac:9: installing './missing' #11 9.088 doc/sequence_charts/Makefile.am:26: warning: '%'-style pattern rules are a GNU make extension #11 9.088 doc/sequence_charts/Makefile.am:29: warning: '%'-style pattern rules are a GNU make extension #11 9.231 src/libmsc/Makefile.am: installing './depcomp' #11 9.492 tests/db_sms/Makefile.am:36: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.492 tests/db_sms/Makefile.am:36: but option 'subdir-objects' is disabled #11 9.492 automake: warning: possible forward-incompatibility. #11 9.492 automake: At least one source file is in a subdirectory, but the 'subdir-objects' #11 9.492 automake: automake option hasn't been enabled. For now, the corresponding output #11 9.492 automake: object file(s) will be placed in the top-level directory. However, this #11 9.492 automake: behavior may change in a future Automake major version, with object #11 9.492 automake: files being placed in the same subdirectory as the corresponding sources. #11 9.492 automake: You are advised to start using 'subdir-objects' option throughout your #11 9.492 automake: project, to avoid future incompatibilities. #11 9.566 tests/msc_vlr/Makefile.am:119: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.566 tests/msc_vlr/Makefile.am:119: but option 'subdir-objects' is disabled #11 9.568 tests/msc_vlr/Makefile.am:149: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.568 tests/msc_vlr/Makefile.am:149: but option 'subdir-objects' is disabled #11 9.570 tests/msc_vlr/Makefile.am:101: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.570 tests/msc_vlr/Makefile.am:101: but option 'subdir-objects' is disabled #11 9.572 tests/msc_vlr/Makefile.am:107: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.572 tests/msc_vlr/Makefile.am:107: but option 'subdir-objects' is disabled #11 9.574 tests/msc_vlr/Makefile.am:125: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.574 tests/msc_vlr/Makefile.am:125: but option 'subdir-objects' is disabled #11 9.577 tests/msc_vlr/Makefile.am:131: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.577 tests/msc_vlr/Makefile.am:131: but option 'subdir-objects' is disabled #11 9.579 tests/msc_vlr/Makefile.am:137: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.579 tests/msc_vlr/Makefile.am:137: but option 'subdir-objects' is disabled #11 9.581 tests/msc_vlr/Makefile.am:95: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.581 tests/msc_vlr/Makefile.am:95: but option 'subdir-objects' is disabled #11 9.583 tests/msc_vlr/Makefile.am:143: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.583 tests/msc_vlr/Makefile.am:143: but option 'subdir-objects' is disabled #11 9.585 tests/msc_vlr/Makefile.am:155: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.585 tests/msc_vlr/Makefile.am:155: but option 'subdir-objects' is disabled #11 9.587 tests/msc_vlr/Makefile.am:161: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.587 tests/msc_vlr/Makefile.am:161: but option 'subdir-objects' is disabled #11 9.589 tests/msc_vlr/Makefile.am:113: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.589 tests/msc_vlr/Makefile.am:113: but option 'subdir-objects' is disabled #11 9.728 tests/sms_queue/Makefile.am:36: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory, #11 9.728 tests/sms_queue/Makefile.am:36: but option 'subdir-objects' is disabled #11 10.44 checking for a BSD-compatible install... /usr/bin/install -c #11 10.48 checking whether build environment is sane... yes #11 10.54 checking for a race-free mkdir -p... /usr/bin/mkdir -p #11 10.56 checking for gawk... gawk #11 10.56 checking whether make sets $(MAKE)... yes #11 10.61 checking whether make supports nested variables... yes #11 10.64 checking whether make supports nested variables... (cached) yes #11 10.64 checking whether make sets $(MAKE)... (cached) yes #11 10.66 checking for gcc... gcc #11 10.79 checking whether the C compiler works... yes #11 10.87 checking for C compiler default output file name... a.out #11 10.87 checking for suffix of executables... #11 10.97 checking whether we are cross compiling... no #11 11.04 checking for suffix of object files... o #11 11.11 checking whether the compiler supports GNU C... yes #11 11.16 checking whether gcc accepts -g... yes #11 11.22 checking for gcc option to enable C11 features... none needed #11 11.31 checking whether gcc understands -c and -o together... yes #11 11.40 checking whether make supports the include directive... yes (GNU style) #11 11.47 checking dependency style of gcc... gcc3 #11 11.64 checking build system type... x86_64-pc-linux-gnu #11 11.83 checking host system type... x86_64-pc-linux-gnu #11 11.83 checking how to print strings... printf #11 11.89 checking for a sed that does not truncate output... /usr/bin/sed #11 11.91 checking for grep that handles long lines and -e... /usr/bin/grep #11 11.91 checking for egrep... /usr/bin/grep -E #11 11.92 checking for fgrep... /usr/bin/grep -F #11 11.93 checking for ld used by gcc... /usr/bin/ld #11 11.95 checking if the linker (/usr/bin/ld) is GNU ld... yes #11 11.96 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B #11 11.98 checking the name lister (/usr/bin/nm -B) interface... BSD nm #11 12.05 checking whether ln -s works... yes #11 12.05 checking the maximum length of command line arguments... 1572864 #11 12.09 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop #11 12.09 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop #11 12.09 checking for /usr/bin/ld option to reload object files... -r #11 12.09 checking for file... file #11 12.09 checking for objdump... objdump #11 12.09 checking how to recognize dependent libraries... pass_all #11 12.09 checking for dlltool... no #11 12.09 checking how to associate runtime and link libraries... printf %s\n #11 12.09 checking for ar... ar #11 12.09 checking for archiver @FILE support... @ #11 12.20 checking for strip... strip #11 12.20 checking for ranlib... ranlib #11 12.20 checking command to parse /usr/bin/nm -B output from gcc object... ok #11 12.42 checking for sysroot... no #11 12.43 checking for a working dd... /usr/bin/dd #11 12.45 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 #11 12.52 checking for mt... no #11 12.52 checking if : is a manifest tool... no #11 12.53 checking for stdio.h... yes #11 12.60 checking for stdlib.h... yes #11 12.64 checking for string.h... yes #11 12.69 checking for inttypes.h... yes #11 12.75 checking for stdint.h... yes #11 12.79 checking for strings.h... yes #11 12.86 checking for sys/stat.h... yes #11 12.93 checking for sys/types.h... yes #11 13.00 checking for unistd.h... yes #11 13.05 checking for dlfcn.h... yes #11 13.10 checking for objdir... .libs #11 13.22 checking if gcc supports -fno-rtti -fno-exceptions... no #11 13.31 checking for gcc option to produce PIC... -fPIC -DPIC #11 13.31 checking if gcc PIC flag -fPIC -DPIC works... yes #11 13.37 checking if gcc static flag -static works... yes #11 13.46 checking if gcc supports -c -o file.o... yes #11 13.60 checking if gcc supports -c -o file.o... (cached) yes #11 13.60 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes #11 13.64 checking whether -lc should be explicitly linked in... no #11 13.72 checking dynamic linker characteristics... GNU/Linux ld.so #11 13.86 checking how to hardcode library paths into programs... immediate #11 13.86 checking whether stripping libraries is possible... yes #11 13.86 checking if libtool supports shared libraries... yes #11 13.86 checking whether to build shared libraries... yes #11 13.86 checking whether to build static libraries... yes #11 13.86 checking for pkg-config... /usr/bin/pkg-config #11 13.87 checking for pkg-config... /usr/bin/pkg-config #11 13.87 checking pkg-config is at least version 0.20... yes #11 13.87 checking for sqlite3... yes #11 13.90 checking for libosmocore >= 1.9.0... yes #11 13.93 checking for libosmovty >= 1.9.0... yes #11 13.97 checking for libosmoctrl >= 1.9.0... yes #11 14.00 checking for libosmogsm >= 1.9.0... yes #11 14.03 checking for libosmoabis >= 1.5.0... yes #11 14.06 checking for libosmo-netif >= 1.4.0... yes #11 14.10 checking for libosmo-sigtran >= 1.8.0... yes #11 14.12 checking for libosmo-sccp >= 1.8.0... yes #11 14.18 checking for libosmo-mgcp-client >= 1.12.0... yes #11 14.21 checking for libosmo-gsup-client >= 1.7.0... yes #11 14.26 checking for timegm... yes #11 14.34 checking for library containing sctp_send... -lsctp #11 14.56 checking for libsmpp34 >= 1.14.0... yes #11 14.61 checking for libasn1c >= 0.9.30... yes #11 14.65 checking for libosmo-ranap >= 1.5.0... yes #11 14.68 checking whether to enable code coverage support... no #11 14.68 checking whether struct tm has tm_gmtoff member... yes #11 14.76 checking whether to enable VTY/CTRL tests... no #11 14.77 CFLAGS=" -std=gnu11" #11 14.77 CPPFLAGS="" #11 14.84 checking that generated files are newer than configure... done #11 14.85 configure: creating ./config.status #11 17.31 config.status: creating include/Makefile #11 17.38 config.status: creating include/osmocom/Makefile #11 17.44 config.status: creating include/osmocom/msc/Makefile #11 17.54 config.status: creating include/osmocom/smpp/Makefile #11 17.62 config.status: creating src/Makefile #11 17.71 config.status: creating src/libmsc/Makefile #11 17.78 config.status: creating src/libvlr/Makefile #11 17.85 config.status: creating src/libsmpputil/Makefile #11 17.92 config.status: creating src/osmo-msc/Makefile #11 18.01 config.status: creating src/utils/Makefile #11 18.10 config.status: creating tests/Makefile #11 18.15 config.status: creating tests/atlocal #11 18.24 config.status: creating tests/smpp/Makefile #11 18.30 config.status: creating tests/db_sms/Makefile #11 18.41 config.status: creating tests/sms_queue/Makefile #11 18.49 config.status: creating tests/msc_vlr/Makefile #11 18.59 config.status: creating tests/sdp_msg/Makefile #11 18.68 config.status: creating tests/mncc/Makefile #11 18.76 config.status: creating tests/csd/Makefile #11 18.83 config.status: creating doc/Makefile #11 18.92 config.status: creating doc/examples/Makefile #11 19.01 config.status: creating doc/manuals/Makefile #11 19.08 config.status: creating doc/sequence_charts/Makefile #11 19.16 config.status: creating contrib/Makefile #11 19.22 config.status: creating contrib/systemd/Makefile #11 19.32 config.status: creating Makefile #11 19.38 config.status: creating config.h #11 19.45 config.status: executing tests/atconfig commands #11 19.46 config.status: executing depfiles commands #11 21.99 config.status: executing libtool commands #11 22.20 echo 1.11.1.54-3b7cf > .version-t && mv .version-t .version #11 22.21 make install-recursive #11 22.22 make[1]: Entering directory '/tmp/osmo-msc' #11 22.24 Making install in include #11 22.24 make[2]: Entering directory '/tmp/osmo-msc/include' #11 22.25 Making install in osmocom #11 22.26 make[3]: Entering directory '/tmp/osmo-msc/include/osmocom' #11 22.28 Making install in msc #11 22.29 make[4]: Entering directory '/tmp/osmo-msc/include/osmocom/msc' #11 22.30 make[5]: Entering directory '/tmp/osmo-msc/include/osmocom/msc' #11 22.30 make[5]: Nothing to be done for 'install-exec-am'. #11 22.30 make[5]: Nothing to be done for 'install-data-am'. #11 22.30 make[5]: Leaving directory '/tmp/osmo-msc/include/osmocom/msc' #11 22.30 make[4]: Leaving directory '/tmp/osmo-msc/include/osmocom/msc' #11 22.30 Making install in smpp #11 22.31 make[4]: Entering directory '/tmp/osmo-msc/include/osmocom/smpp' #11 22.32 make[5]: Entering directory '/tmp/osmo-msc/include/osmocom/smpp' #11 22.32 make[5]: Nothing to be done for 'install-exec-am'. #11 22.32 make[5]: Nothing to be done for 'install-data-am'. #11 22.32 make[5]: Leaving directory '/tmp/osmo-msc/include/osmocom/smpp' #11 22.32 make[4]: Leaving directory '/tmp/osmo-msc/include/osmocom/smpp' #11 22.33 make[4]: Entering directory '/tmp/osmo-msc/include/osmocom' #11 22.34 make[5]: Entering directory '/tmp/osmo-msc/include/osmocom' #11 22.34 make[5]: Nothing to be done for 'install-exec-am'. #11 22.34 make[5]: Nothing to be done for 'install-data-am'. #11 22.34 make[5]: Leaving directory '/tmp/osmo-msc/include/osmocom' #11 22.34 make[4]: Leaving directory '/tmp/osmo-msc/include/osmocom' #11 22.35 make[3]: Leaving directory '/tmp/osmo-msc/include/osmocom' #11 22.35 make[3]: Entering directory '/tmp/osmo-msc/include' #11 22.36 make[4]: Entering directory '/tmp/osmo-msc/include' #11 22.36 make[4]: Nothing to be done for 'install-exec-am'. #11 22.36 make[4]: Nothing to be done for 'install-data-am'. #11 22.36 make[4]: Leaving directory '/tmp/osmo-msc/include' #11 22.36 make[3]: Leaving directory '/tmp/osmo-msc/include' #11 22.37 make[2]: Leaving directory '/tmp/osmo-msc/include' #11 22.37 Making install in src #11 22.37 make[2]: Entering directory '/tmp/osmo-msc/src' #11 22.40 Making install in libvlr #11 22.42 make[3]: Entering directory '/tmp/osmo-msc/src/libvlr' #11 22.42 CC vlr.o #11 22.43 CC vlr_access_req_fsm.o #11 22.43 CC vlr_auth_fsm.o #11 22.45 CC vlr_lu_fsm.o #11 22.45 CC vlr_sgs.o #11 22.46 CC vlr_sgs_fsm.o #11 22.79 AR libvlr.a #11 22.79 ar: `u' modifier ignored since `D' is the default (see `U') #11 22.82 make[4]: Entering directory '/tmp/osmo-msc/src/libvlr' #11 22.82 make[4]: Nothing to be done for 'install-exec-am'. #11 22.82 make[4]: Nothing to be done for 'install-data-am'. #11 22.82 make[4]: Leaving directory '/tmp/osmo-msc/src/libvlr' #11 22.82 make[3]: Leaving directory '/tmp/osmo-msc/src/libvlr' #11 22.82 Making install in libmsc #11 22.83 make[3]: Entering directory '/tmp/osmo-msc/src/libmsc' #11 22.83 CC call_leg.o #11 22.84 CC cell_id_list.o #11 22.84 CC codec_filter.o #11 22.85 CC codec_mapping.o #11 22.85 CC csd_bs.o #11 22.86 CC csd_filter.o #11 22.86 CC sccp_ran.o #11 22.87 CC msc_vty.o #11 22.88 CC db.o #11 22.89 CC e_link.o #11 22.89 CC gsm_04_08.o #11 22.90 CC gsm_04_08_cc.o #11 22.90 CC gsm_04_11.o #11 22.90 CC gsm_04_11_gsup.o #11 22.91 CC gsm_04_80.o #11 22.91 CC gsm_04_14.o #11 23.01 CC gsm_09_11.o #11 23.05 CC gsup_client_mux.o #11 23.11 CC mncc.o #11 23.13 CC mncc_builtin.o #11 23.14 CC mncc_sock.o #11 23.15 CC mncc_call.o #11 23.19 CC msub.o #11 23.21 CC msc_a.o #11 23.24 CC msc_a_remote.o #11 23.29 CC msc_i.o #11 23.30 CC msc_i_remote.o #11 23.38 CC msc_t.o #11 23.42 CC msc_t_remote.o #11 23.43 CC msc_ho.o #11 23.45 CC msc_vgcs.o #11 23.47 CC neighbor_ident.o #11 23.48 CC neighbor_ident_vty.o #11 23.48 CC paging.o #11 23.49 CC ran_conn.o #11 23.54 CC ran_infra.o #11 23.58 CC ran_msg.o #11 23.59 CC ran_msg_a.o #11 23.59 CC ran_peer.o #11 23.60 CC rrlp.o #11 23.61 CC rtp_stream.o #11 23.62 CC sdp_msg.o #11 23.66 CC silent_call.o #11 23.73 CC sms_queue.o #11 23.74 CC smsc_vty.o #11 23.76 CC transaction.o #11 23.77 CC transaction_cc.o #11 23.80 CC msc_net_init.o #11 23.83 CC ctrl_commands.o #11 23.85 rtp_stream.c: In function 'rtp_stream_do_mgcp_verb': #11 23.85 rtp_stream.c:332:25: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations] #11 23.85 332 | verb_info.codecs[i] = m->mgcp; #11 23.85 | ^~~~~~~~~ #11 23.85 In file included from /usr/include/osmocom/mgcp_client/mgcp_client_endpoint_fsm.h:4, #11 23.85 from rtp_stream.c:25: #11 23.85 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here #11 23.85 33 | enum mgcp_codecs codecs[MGCP_MAX_CODECS] #11 23.85 | ^~~~~~ #11 23.85 rtp_stream.c:338:25: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations] #11 23.85 338 | verb_info.codecs_len = i; #11 23.85 | ^~~~~~~~~ #11 23.85 /usr/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here #11 23.85 35 | unsigned int codecs_len #11 23.85 | ^~~~~~~~~~ #11 23.88 CC sgs_iface.o #11 23.90 CC sgs_server.o #11 23.93 CC sgs_vty.o #11 23.97 CC asci_gcr.o #11 24.00 CC asci_vty.o #11 24.01 CC ran_msg_iu.o #11 24.43 AR libmsc.a #11 24.44 ar: `u' modifier ignored since `D' is the default (see `U') #11 24.51 make[4]: Entering directory '/tmp/osmo-msc/src/libmsc' #11 24.51 make[4]: Nothing to be done for 'install-exec-am'. #11 24.51 make[4]: Nothing to be done for 'install-data-am'. #11 24.51 make[4]: Leaving directory '/tmp/osmo-msc/src/libmsc' #11 24.51 make[3]: Leaving directory '/tmp/osmo-msc/src/libmsc' #11 24.51 Making install in libsmpputil #11 24.51 make[3]: Entering directory '/tmp/osmo-msc/src/libsmpputil' #11 24.52 CC smpp_utils.o #11 24.53 CC smpp_vty.o #11 24.53 CC smpp_msc.o #11 24.55 CC smpp_smsc.o #11 24.65 smpp_msc.c: In function 'submit_to_sms': #11 24.65 smpp_msc.c:212:2: warning: #warning Implement reply path [-Wcpp] #11 24.65 212 | #warning Implement reply path #11 24.65 | ^~~~~~~ #11 24.78 ar: `u' modifier ignored since `D' is the default (see `U') #11 24.78 AR libsmpputil.a #11 24.81 make[4]: Entering directory '/tmp/osmo-msc/src/libsmpputil' #11 24.81 make[4]: Nothing to be done for 'install-exec-am'. #11 24.81 make[4]: Nothing to be done for 'install-data-am'. #11 24.81 make[4]: Leaving directory '/tmp/osmo-msc/src/libsmpputil' #11 24.81 make[3]: Leaving directory '/tmp/osmo-msc/src/libsmpputil' #11 24.81 Making install in utils #11 24.82 make[3]: Entering directory '/tmp/osmo-msc/src/utils' #11 24.82 CC smpp_mirror-smpp_mirror.o #11 24.98 CCLD smpp_mirror #11 25.96 make[4]: Entering directory '/tmp/osmo-msc/src/utils' #11 25.97 make[4]: Nothing to be done for 'install-data-am'. #11 25.99 make[4]: Leaving directory '/tmp/osmo-msc/src/utils' #11 25.99 make[3]: Leaving directory '/tmp/osmo-msc/src/utils' #11 25.99 Making install in osmo-msc #11 25.99 make[3]: Entering directory '/tmp/osmo-msc/src/osmo-msc' #11 25.99 CC msc_main.o #11 26.18 CCLD osmo-msc #11 27.57 make[4]: Entering directory '/tmp/osmo-msc/src/osmo-msc' #11 27.57 make[4]: Nothing to be done for 'install-data-am'. #11 27.57 /usr/bin/mkdir -p '/usr/local/bin' #11 27.60 /bin/bash ../../libtool --mode=install /usr/bin/install -c osmo-msc '/usr/local/bin' #11 27.78 libtool: install: /usr/bin/install -c osmo-msc /usr/local/bin/osmo-msc #11 27.78 make[4]: Leaving directory '/tmp/osmo-msc/src/osmo-msc' #11 27.78 make[3]: Leaving directory '/tmp/osmo-msc/src/osmo-msc' #11 27.79 make[3]: Entering directory '/tmp/osmo-msc/src' #11 27.79 make[4]: Entering directory '/tmp/osmo-msc/src' #11 27.79 make[4]: Nothing to be done for 'install-exec-am'. #11 27.79 make[4]: Nothing to be done for 'install-data-am'. #11 27.79 make[4]: Leaving directory '/tmp/osmo-msc/src' #11 27.80 make[3]: Leaving directory '/tmp/osmo-msc/src' #11 27.80 make[2]: Leaving directory '/tmp/osmo-msc/src' #11 27.80 Making install in doc #11 27.80 make[2]: Entering directory '/tmp/osmo-msc/doc' #11 27.81 Making install in examples #11 27.81 make[3]: Entering directory '/tmp/osmo-msc/doc/examples' #11 27.82 make[4]: Entering directory '/tmp/osmo-msc/doc/examples' #11 27.82 make[4]: Nothing to be done for 'install-exec-am'. #11 27.82 /usr/bin/mkdir -p '/usr/local/etc/osmocom' #11 27.83 /usr/bin/install -c -m 644 osmo-msc/osmo-msc.cfg '/usr/local/etc/osmocom' #11 27.84 make install-data-hook #11 27.85 make[5]: Entering directory '/tmp/osmo-msc/doc/examples' #11 27.85 for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \ #11 27.85 j="/usr/local/share/doc/osmo-msc/examples/$f" && \ #11 27.85 mkdir -p "$(dirname $j)" && \ #11 27.85 /usr/bin/install -c -m 644 ./$f $j; \ #11 27.85 done #11 27.93 make[5]: Leaving directory '/tmp/osmo-msc/doc/examples' #11 27.93 make[4]: Leaving directory '/tmp/osmo-msc/doc/examples' #11 27.93 make[3]: Leaving directory '/tmp/osmo-msc/doc/examples' #11 27.93 Making install in manuals #11 27.93 make[3]: Entering directory '/tmp/osmo-msc/doc/manuals' #11 27.94 make[4]: Entering directory '/tmp/osmo-msc/doc/manuals' #11 27.94 make[4]: Nothing to be done for 'install-exec-am'. #11 27.94 make[4]: Nothing to be done for 'install-data-am'. #11 27.94 make[4]: Leaving directory '/tmp/osmo-msc/doc/manuals' #11 27.95 make[3]: Leaving directory '/tmp/osmo-msc/doc/manuals' #11 27.95 Making install in sequence_charts #11 27.95 make[3]: Entering directory '/tmp/osmo-msc/doc/sequence_charts' #11 27.96 make[4]: Entering directory '/tmp/osmo-msc/doc/sequence_charts' #11 27.96 make[4]: Nothing to be done for 'install-exec-am'. #11 27.96 make[4]: Nothing to be done for 'install-data-am'. #11 27.96 make[4]: Leaving directory '/tmp/osmo-msc/doc/sequence_charts' #11 27.96 make[3]: Leaving directory '/tmp/osmo-msc/doc/sequence_charts' #11 27.96 make[3]: Entering directory '/tmp/osmo-msc/doc' #11 27.97 make[4]: Entering directory '/tmp/osmo-msc/doc' #11 27.97 make[4]: Nothing to be done for 'install-exec-am'. #11 27.97 make[4]: Nothing to be done for 'install-data-am'. #11 27.97 make[4]: Leaving directory '/tmp/osmo-msc/doc' #11 27.97 make[3]: Leaving directory '/tmp/osmo-msc/doc' #11 27.97 make[2]: Leaving directory '/tmp/osmo-msc/doc' #11 27.97 Making install in contrib #11 27.98 make[2]: Entering directory '/tmp/osmo-msc/contrib' #11 28.00 Making install in systemd #11 28.01 make[3]: Entering directory '/tmp/osmo-msc/contrib/systemd' #11 28.02 make[4]: Entering directory '/tmp/osmo-msc/contrib/systemd' #11 28.02 make[4]: Nothing to be done for 'install-exec-am'. #11 28.03 /usr/bin/mkdir -p '/lib/systemd/system' #11 28.05 /usr/bin/install -c -m 644 osmo-msc.service '/lib/systemd/system' #11 28.06 make[4]: Leaving directory '/tmp/osmo-msc/contrib/systemd' #11 28.06 make[3]: Leaving directory '/tmp/osmo-msc/contrib/systemd' #11 28.07 make[3]: Entering directory '/tmp/osmo-msc/contrib' #11 28.07 make[4]: Entering directory '/tmp/osmo-msc/contrib' #11 28.07 make[4]: Nothing to be done for 'install-exec-am'. #11 28.07 make[4]: Nothing to be done for 'install-data-am'. #11 28.07 make[4]: Leaving directory '/tmp/osmo-msc/contrib' #11 28.08 make[3]: Leaving directory '/tmp/osmo-msc/contrib' #11 28.08 make[2]: Leaving directory '/tmp/osmo-msc/contrib' #11 28.08 Making install in tests #11 28.08 make[2]: Entering directory '/tmp/osmo-msc/tests' #11 28.11 Making install in sms_queue #11 28.11 make[3]: Entering directory '/tmp/osmo-msc/tests/sms_queue' #11 28.12 make[4]: Entering directory '/tmp/osmo-msc/tests/sms_queue' #11 28.12 make[4]: Nothing to be done for 'install-exec-am'. #11 28.12 make[4]: Nothing to be done for 'install-data-am'. #11 28.12 make[4]: Leaving directory '/tmp/osmo-msc/tests/sms_queue' #11 28.13 make[3]: Leaving directory '/tmp/osmo-msc/tests/sms_queue' #11 28.13 Making install in msc_vlr #11 28.13 make[3]: Entering directory '/tmp/osmo-msc/tests/msc_vlr' #11 28.14 make[4]: Entering directory '/tmp/osmo-msc/tests/msc_vlr' #11 28.14 make[4]: Nothing to be done for 'install-exec-am'. #11 28.14 make[4]: Nothing to be done for 'install-data-am'. #11 28.14 make[4]: Leaving directory '/tmp/osmo-msc/tests/msc_vlr' #11 28.14 make[3]: Leaving directory '/tmp/osmo-msc/tests/msc_vlr' #11 28.14 Making install in db_sms #11 28.14 make[3]: Entering directory '/tmp/osmo-msc/tests/db_sms' #11 28.15 make[4]: Entering directory '/tmp/osmo-msc/tests/db_sms' #11 28.15 make[4]: Nothing to be done for 'install-exec-am'. #11 28.15 make[4]: Nothing to be done for 'install-data-am'. #11 28.15 make[4]: Leaving directory '/tmp/osmo-msc/tests/db_sms' #11 28.15 make[3]: Leaving directory '/tmp/osmo-msc/tests/db_sms' #11 28.15 Making install in sdp_msg #11 28.15 make[3]: Entering directory '/tmp/osmo-msc/tests/sdp_msg' #11 28.16 make[4]: Entering directory '/tmp/osmo-msc/tests/sdp_msg' #11 28.16 make[4]: Nothing to be done for 'install-exec-am'. #11 28.16 make[4]: Nothing to be done for 'install-data-am'. #11 28.16 make[4]: Leaving directory '/tmp/osmo-msc/tests/sdp_msg' #11 28.16 make[3]: Leaving directory '/tmp/osmo-msc/tests/sdp_msg' #11 28.17 Making install in mncc #11 28.17 make[3]: Entering directory '/tmp/osmo-msc/tests/mncc' #11 28.17 make[4]: Entering directory '/tmp/osmo-msc/tests/mncc' #11 28.17 make[4]: Nothing to be done for 'install-exec-am'. #11 28.17 make[4]: Nothing to be done for 'install-data-am'. #11 28.17 make[4]: Leaving directory '/tmp/osmo-msc/tests/mncc' #11 28.17 make[3]: Leaving directory '/tmp/osmo-msc/tests/mncc' #11 28.17 Making install in csd #11 28.18 make[3]: Entering directory '/tmp/osmo-msc/tests/csd' #11 28.18 make[4]: Entering directory '/tmp/osmo-msc/tests/csd' #11 28.18 make[4]: Nothing to be done for 'install-exec-am'. #11 28.18 make[4]: Nothing to be done for 'install-data-am'. #11 28.18 make[4]: Leaving directory '/tmp/osmo-msc/tests/csd' #11 28.18 make[3]: Leaving directory '/tmp/osmo-msc/tests/csd' #11 28.18 Making install in smpp #11 28.18 make[3]: Entering directory '/tmp/osmo-msc/tests/smpp' #11 28.19 make[4]: Entering directory '/tmp/osmo-msc/tests/smpp' #11 28.19 make[4]: Nothing to be done for 'install-exec-am'. #11 28.19 make[4]: Nothing to be done for 'install-data-am'. #11 28.19 make[4]: Leaving directory '/tmp/osmo-msc/tests/smpp' #11 28.19 make[3]: Leaving directory '/tmp/osmo-msc/tests/smpp' #11 28.19 make[3]: Entering directory '/tmp/osmo-msc/tests' #11 28.20 make[4]: Entering directory '/tmp/osmo-msc/tests' #11 28.20 make[4]: Nothing to be done for 'install-exec-am'. #11 28.20 make[4]: Nothing to be done for 'install-data-am'. #11 28.20 make[4]: Leaving directory '/tmp/osmo-msc/tests' #11 28.20 make[3]: Leaving directory '/tmp/osmo-msc/tests' #11 28.20 make[2]: Leaving directory '/tmp/osmo-msc/tests' #11 28.21 make[2]: Entering directory '/tmp/osmo-msc' #11 28.23 make[3]: Entering directory '/tmp/osmo-msc' #11 28.23 make[3]: Nothing to be done for 'install-exec-am'. #11 28.23 make[3]: Nothing to be done for 'install-data-am'. #11 28.23 make[3]: Leaving directory '/tmp/osmo-msc' #11 28.23 make[2]: Leaving directory '/tmp/osmo-msc' #11 28.23 make[1]: Leaving directory '/tmp/osmo-msc' #11 DONE 28.5s #12 [7/8] COPY OSMO-MSC.CFG /data/osmo-msc.cfg #12 DONE 0.1s #13 [8/8] WORKDIR /DATA #13 DONE 0.1s #14 exporting to image #14 exporting layers #14 exporting layers 0.4s done #14 writing image sha256:cc601f12d2a8bed7f878b1638029c1f80f1086b123859ea1e6b5ac52733f818a done #14 naming to docker.io/osmocom-build/osmo-msc-master:latest #14 naming to docker.io/osmocom-build/osmo-msc-master:latest done #14 DONE 0.4s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/osmo-msc-master' + docker_image_exists osmo-msc-master + docker images -q osmocom-build/osmo-msc-master + test -n cc601f12d2a8 + list_osmo_packages debian-bookworm osmo-msc-master + local distro=debian-bookworm + local image=osmo-msc-master + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-msc-master -c + [ -n ] + set +x ### Installed Osmocom packages in: osmo-msc-master ### ii libosmo-abis-dev:amd64 1.5.1.12.6222.202405122026 amd64 Development headers for A-bis interface ii libosmo-gsup-client-dev:amd64 1.7.0.13.e391.202405122026 amd64 Development headers of Osmocom GSUP client library ii libosmo-gsup-client0:amd64 1.7.0.13.e391.202405122026 amd64 Osmocom GSUP (General Subscriber Update Protocol) client library ii libosmo-mgcp-client-dev:amd64 1.12.1.47.e01f6.202405122026 amd64 libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities ii libosmo-mgcp-client12:amd64 1.12.1.47.e01f6.202405122026 amd64 libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities ii libosmo-netif-dev:amd64 1.4.0.54.05ff.202405122026 amd64 Development headers for Osmocom network interface ii libosmo-ranap-dev:amd64 1.5.1.6.fc08.202405122026 amd64 Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) ii libosmo-ranap7:amd64 1.5.1.6.fc08.202405122026 amd64 Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) ii libosmo-sccp-dev:amd64 1.8.0.64.f3cc.202405122026 amd64 Development files for libsccp, libmtp and libxua ii libosmo-sigtran-dev:amd64 1.8.0.64.f3cc.202405122026 amd64 Development headers for the Osmocom SIGTRAN library ii libosmo-sigtran9:amd64 1.8.0.64.f3cc.202405122026 amd64 Osmocom SIGTRAN library (SCCP, SUA, M3UA and more) ii libosmoabis13:amd64 1.5.1.12.6222.202405122026 amd64 GSM A-bis handling ii libosmocodec4:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo codec library ii libosmocoding0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo coding library ii libosmocore 1.9.0.197.fb8cd.202405122026 amd64 Open Source MObile COMmunications CORE library (metapackage) ii libosmocore-dev:amd64 1.9.0.197.fb8cd.202405122026 amd64 Development headers for Open Source MObile COMmunications CORE library ii libosmocore21:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo Core library ii libosmoctrl0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo control library ii libosmogb14:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo GPRS GB library ii libosmogsm20:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo GSM utility library ii libosmoisdn0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo ISDN utility library ii libosmonetif11:amd64 1.4.0.54.05ff.202405122026 amd64 Common/shared code regarding network interface for OpenBSC ii libosmosim2:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo SIM library ii libosmotrau2:amd64 1.5.1.12.6222.202405122026 amd64 GSM trau handling ii libosmousb0:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo USB library ii libosmovty13:amd64 1.9.0.197.fb8cd.202405122026 amd64 Osmo VTY library ii osmocom-nightly 202405122026 amd64 Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master'] + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends ttcn3-msc-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:d59ab1939a85ea7f763e5402521a6804b30133f748a359af45ae72867ccc8911 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-msc-test + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name ttcn3-msc-test + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name ttcn3-msc-test + echo ttcn3-msc-test + dir=ttcn3-msc-test + pull_arg=--pull + grep ^FROM ../ttcn3-msc-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-msc-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../ttcn3-msc-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-msc-test OSMO_TTCN3_BRANCH=master make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/ttcn3-msc-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-msc-test/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/master \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/ttcn3-msc-test:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 385B 0.0s done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [internal] load metadata for registry.osmocom.org/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: 1.48kB done #5 DONE 0.1s #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" msc #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 MSC_TESTS.CFG /data/MSC_Tests.cfg #9 CACHED #10 exporting to image #10 exporting layers done #10 writing image sha256:920b0c97f1b891bafb5537842f2386d03f3c592d731bfbe746198dd1e28ff892 done #10 naming to docker.io/osmocom-build/ttcn3-msc-test:latest done #10 DONE 0.0s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/ttcn3-msc-test' + docker_image_exists ttcn3-msc-test + docker images -q osmocom-build/ttcn3-msc-test + test -n 920b0c97f1b8 + list_osmo_packages debian-bookworm ttcn3-msc-test + local distro=debian-bookworm + local image=ttcn3-msc-test + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-msc-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-msc-test/logs/msc-tester + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc-tester/unix + cp MSC_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc-tester/ + write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc-tester/MSC_Tests.cfg + local repo=nightly + local config=/home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc-tester/MSC_Tests.cfg + local line + [ -e /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc-tester/MSC_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-msc-test/logs/msc-tester/MSC_Tests.cfg + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/stp + cp osmo-stp.cfg /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/stp/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc/unix + cp osmo-msc.cfg /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc/ + mkdir /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/unix + network_create + SUBNET=3498093 + seq 1 30 + + echo (3498093 + 1) % 256 bc + SUBNET=110 + NET_NAME=ttcn3-msc-test-110 + SUB4=172.18.110.0/24 + SUB6=fd02:db8:110::/64 + set +x Creating network ttcn3-msc-test-110, trying SUBNET=110... + docker network create --internal --subnet 172.18.110.0/24 --ipv6 --subnet fd02:db8:110::/64 ttcn3-msc-test-110 535941b49abdc4e1b364f2d5c9793d79ba0f803d9cfed49d76ed2b7ba6a26b43 + set +x ### Network ttcn3-msc-test-110 created (SUBNET=110) ### + return + network_replace_subnet_in_configs + set +x Applying SUBNET=110 to: /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc/osmo-msc.cfg Applying SUBNET=110 to: /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/stp/osmo-stp.cfg Applying SUBNET=110 to: /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc-tester/MSC_Tests.cfg + echo Starting container with STP Starting container with STP + docker_network_params 110 200 + NET=110 + ADDR_SUFIX=200 + echo --network ttcn3-msc-test-110 --ip 172.18.110.200 --ip6 fd02:db8:110::200 + docker run --rm --network ttcn3-msc-test-110 --ip 172.18.110.200 --ip6 fd02:db8:110::200 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/stp:/data --name jenkins-ttcn3-msc-test-2387-stp -d osmocom-build/osmo-stp-master 55ae3f14fb09c7976e7a9bacf4e5b33a5b265162104db52a810cda4655809009 + echo Starting container with MSC Starting container with MSC + docker_network_params 110 10 + NET=110 + ADDR_SUFIX=10 + echo --network ttcn3-msc-test-110 --ip 172.18.110.10 --ip6 fd02:db8:110::10 + docker run --rm --network ttcn3-msc-test-110 --ip 172.18.110.10 --ip6 fd02:db8:110::10 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/unix:/data/unix --name jenkins-ttcn3-msc-test-2387-msc -d osmocom-build/osmo-msc-master /bin/sh -c osmo-msc -c /data/osmo-msc.cfg >>/data/osmo-msc.log 2>&1 b78b16a52a55dd3c6fe7f5c60b5e65993b7b0fb4213639092577461d5d4ace36 + echo Starting container with MSC testsuite Starting container with MSC testsuite + docker_network_params 110 103 + NET=110 + ADDR_SUFIX=103 + echo --network ttcn3-msc-test-110 --ip 172.18.110.103 --ip6 fd02:db8:110::103 + docker run --rm --network ttcn3-msc-test-110 --ip 172.18.110.103 --ip6 fd02:db8:110::103 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e OSMO_SUT_HOST=172.18.110.10 -e OSMO_SUT_PORT=4254 -v /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/msc-tester:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/unix:/data/unix --name jenkins-ttcn3-msc-test-2387-ttcn3-msc-test osmocom-build/ttcn3-msc-test + SUBDIR=msc + SUITE=MSC_Tests + '[' -n '' ']' + cd /data + EXTRA_ARGS= + '[' -n '' ']' + /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/msc/MSC_Tests MSC_Tests.cfg ttcn3_start: Starting the test suite ttcn3_start: warning: TTCN3_DIR environment variable is not set spawn mctr_cli MSC_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: MSC_Tests.cfg MC@c3a6fa1a763d: Unix server socket created successfully. MC@c3a6fa1a763d: Listening on TCP port 38973. MC2> c3a6fa1a763d is the default spawn /osmo-ttcn3-hacks/msc/MSC_Tests c3a6fa1a763d 38973 TTCN-3 Host Controller (parallel mode), version 9.0.0 MC@c3a6fa1a763d: New HC connected from 172.18.110.103 [172.18.110.103]. c3a6fa1a763d: Linux 5.10.0-20-amd64 on x86_64. cmtc MC@c3a6fa1a763d: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. HC@c3a6fa1a763d: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file. MC@c3a6fa1a763d: Configuration file was processed on all HCs. MC@c3a6fa1a763d: Creating MTC on host 172.18.110.103. MC@c3a6fa1a763d: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cr_before_reset'. ------ MSC_Tests.TC_cr_before_reset ------ Mon May 13 04:33:22 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cr_before_reset' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cr_before_reset started. MSC_Test-M3UA(4)@c3a6fa1a763d: ************************************************* MSC_Test-M3UA(4)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test-M3UA(4)@c3a6fa1a763d: ************************************************* MSC_Test-SCCP(3)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-M3UA(4)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test-M3UA(4)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test-M3UA(4)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test-M3UA(4)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test-M3UA(4)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test-M3UA(4)@c3a6fa1a763d: Message received on association #8 MSC_Test-M3UA(4)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test-M3UA(4)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test-M3UA(4)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test-M3UA(4)@c3a6fa1a763d: Message received on association #8 MSC_Test-M3UA(4)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-M3UA(4)@c3a6fa1a763d: Message received on association #8 MSC_Test-M3UA(4)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test-M3UA(4)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test-M3UA(4)@c3a6fa1a763d: Message received on association #8 MSC_Test-M3UA(4)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-SCCP(3)@c3a6fa1a763d: First idle individual index:0 MSC_Test-M3UA(4)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-M3UA(4)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-M3UA(4)@c3a6fa1a763d: Message received on association #8 MSC_Test-M3UA(4)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MTC@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-SCCP(3)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-M3UA(4)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: pass MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SCCP(3): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-M3UA(4): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cr_before_reset finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cr_before_reset pass'. Mon May 13 04:33:30 UTC 2024 ====== MSC_Tests.TC_cr_before_reset pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cr_before_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=56618) Waiting for packet dumper to finish... 1 (prev_count=56618, count=57695) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cr_before_reset pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_tmsi'. ------ MSC_Tests.TC_lu_imsi_noauth_tmsi ------ Mon May 13 04:33:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_tmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_tmsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(8)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(8)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(8)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(6)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(9)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(12)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000001" to be handled at TC_lu_imsi_noauth_tmsi0(14) TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000001'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(8)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(8)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(8)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(8)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(8)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(8)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(7)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(7)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_noauth_tmsi0(14)7095792 MSC_Test_0-SCCP(6)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(7)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(6)@c3a6fa1a763d: { messageType := 2, destLocRef := '6C45F0'O, sourceLocRef := '000002'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(12)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000001" handled at TC_lu_imsi_noauth_tmsi0(14) MSC_Test-GSUP(12)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_noauth_tmsi0(14)"262420000000001" MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(6)@c3a6fa1a763d: vl_from0 TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(6)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(7)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(7)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(6)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(6)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(6)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(6)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(8)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(6)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(8)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(7)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_noauth_tmsi0(14)7095792 TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_tmsi0(14)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(6)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(7)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(9)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(12)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(8)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(5)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(10)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(13)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(11)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(15)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(5): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(6): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(7): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(8): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(9): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(10): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(11): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(12): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(13): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_noauth_tmsi0(14): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(15): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_tmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_tmsi pass'. Mon May 13 04:33:35 UTC 2024 ====== MSC_Tests.TC_lu_imsi_noauth_tmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_noauth_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=32590) Waiting for packet dumper to finish... 1 (prev_count=32590, count=172565) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_tmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_notmsi'. ------ MSC_Tests.TC_lu_imsi_noauth_notmsi ------ Mon May 13 04:33:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_notmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_notmsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(19)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(19)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(19)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(17)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(20)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(19)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(19)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(19)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(19)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(19)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(19)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(23)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000002" to be handled at TC_lu_imsi_noauth_notmsi0(25) TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000002'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(18)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(18)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_noauth_notmsi0(25)1218451 MSC_Test_0-RAN(18)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(17)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(23)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000002" handled at TC_lu_imsi_noauth_notmsi0(25) MSC_Test-GSUP(23)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_noauth_notmsi0(25)"262420000000002" MSC_Test_0-SCCP(17)@c3a6fa1a763d: { messageType := 2, destLocRef := '129793'O, sourceLocRef := '000003'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(17)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(17)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(17)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(17)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(17)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(17)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(17)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(17)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(17)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(17)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(17)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(17)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(17)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(19)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(17)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(18)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_noauth_notmsi0(25)1218451 MSC_Test_0-M3UA(19)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi0(25)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(19)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(23)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(17)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(24)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(20)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(22)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(26)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(21)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(18)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(16)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(16): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(17): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(18): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(19): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(20): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(21): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(22): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(23): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(24): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_noauth_notmsi0(25): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(26): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_notmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_notmsi pass'. Mon May 13 04:33:40 UTC 2024 ====== MSC_Tests.TC_lu_imsi_noauth_notmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_noauth_notmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=33646) Waiting for packet dumper to finish... 1 (prev_count=33646, count=163258) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_notmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_tmsi_noauth_notmsi'. ------ MSC_Tests.TC_lu_tmsi_noauth_notmsi ------ Mon May 13 04:33:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_tmsi_noauth_notmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_tmsi_noauth_notmsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(30)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(30)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(30)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(28)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(31)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(30)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(30)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(30)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(30)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(30)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(29)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(34)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000101" to be handled at TC_lu_tmsi_noauth_notmsi0(36) TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0BADBAD0'O } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(29)@c3a6fa1a763d: Added conn table entry 0TC_lu_tmsi_noauth_notmsi0(36)12294038 MSC_Test_0-SCCP(28)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(29)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(28)@c3a6fa1a763d: { messageType := 2, destLocRef := 'BB9796'O, sourceLocRef := '000004'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(29)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519082926240000001010'O MSC_Test_0-RAN(29)@c3a6fa1a763d: patched enc_l3: '0559082926240000001010'O MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0559082926240000001010'O MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(34)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000101" handled at TC_lu_tmsi_noauth_notmsi0(36) MSC_Test-GSUP(34)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_tmsi_noauth_notmsi0(36)"262420000000101" MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(29)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_tmsi_noauth_notmsi0(36)12294038 TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(29)@c3a6fa1a763d: Created IMSI[0] for '262420000000101'H'FFFFFFFF'O to be handled at TC_lu_tmsi_noauth_notmsi0(36) MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(29)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_tmsi_noauth_notmsi0(36) TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000101'H, fillerDigit := omit } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(29)@c3a6fa1a763d: Added conn table entry 0TC_lu_tmsi_noauth_notmsi0(36)9776900 MSC_Test_0-SCCP(28)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: { messageType := 2, destLocRef := '952F04'O, sourceLocRef := '000005'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(29)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_tmsi_noauth_notmsi0(36)9776900 TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(34)@c3a6fa1a763d: Deleted GSUP IMSI table entry 0TC_lu_tmsi_noauth_notmsi0(36)"262420000000101" MSC_Test_0-RAN(29)@c3a6fa1a763d: Removed IMSI[0] for '262420000000101'H to be handled at TC_lu_tmsi_noauth_notmsi0(36) TC_lu_tmsi_noauth_notmsi0(36)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(34)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000101" to be handled at TC_lu_tmsi_noauth_notmsi0(38) TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0BADBAD0'O } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(29)@c3a6fa1a763d: Added conn table entry 0TC_lu_tmsi_noauth_notmsi0(38)3040725 MSC_Test_0-RAN(29)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(28)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: { messageType := 2, destLocRef := '2E65D5'O, sourceLocRef := '000006'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(29)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519082926240000001010'O MSC_Test_0-RAN(29)@c3a6fa1a763d: patched enc_l3: '0559082926240000001010'O MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0559082926240000001010'O MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(34)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000101" handled at TC_lu_tmsi_noauth_notmsi0(38) MSC_Test-GSUP(34)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_tmsi_noauth_notmsi0(38)"262420000000101" MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(29)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_tmsi_noauth_notmsi0(38)3040725 TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(29)@c3a6fa1a763d: Created IMSI[0] for '262420000000101'H'FFFFFFFF'O to be handled at TC_lu_tmsi_noauth_notmsi0(38) MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(29)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_tmsi_noauth_notmsi0(38) TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000101'H, fillerDigit := omit } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(29)@c3a6fa1a763d: Added conn table entry 0TC_lu_tmsi_noauth_notmsi0(38)12783267 MSC_Test_0-SCCP(28)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C30EA3'O, sourceLocRef := '000007'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(28)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(28)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(28)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(30)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(28)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(30)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(29)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_tmsi_noauth_notmsi0(38)12783267 TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(34)@c3a6fa1a763d: Deleted GSUP IMSI table entry 0TC_lu_tmsi_noauth_notmsi0(38)"262420000000101" MSC_Test_0-RAN(29)@c3a6fa1a763d: Removed IMSI[0] for '262420000000101'H to be handled at TC_lu_tmsi_noauth_notmsi0(38) TC_lu_tmsi_noauth_notmsi0(38)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(28)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(30)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(34)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(39)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(37)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(31)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(32)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(33)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(35)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(27)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(29)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(27): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(28): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(29): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(30): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(31): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(32): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(33): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(34): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(35): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_tmsi_noauth_notmsi0(36): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(37): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_tmsi_noauth_notmsi0(38): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(39): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_tmsi_noauth_notmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_tmsi_noauth_notmsi pass'. Mon May 13 04:33:48 UTC 2024 ====== MSC_Tests.TC_lu_tmsi_noauth_notmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_tmsi_noauth_notmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=437018) Waiting for packet dumper to finish... 1 (prev_count=437018, count=451214) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_tmsi_noauth_notmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_reject'. ------ MSC_Tests.TC_lu_imsi_reject ------ Mon May 13 04:33:50 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(43)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(43)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(43)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(41)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(44)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(43)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(43)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(43)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(43)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(43)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(43)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(47)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000003" to be handled at TC_lu_imsi_reject0(49) TC_lu_imsi_reject0(49)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000003'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(42)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(42)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_reject0(49)9059455 MSC_Test_0-SCCP(41)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(42)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(41)@c3a6fa1a763d: { messageType := 2, destLocRef := '8A3C7F'O, sourceLocRef := '000008'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(41)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(41)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test-GSUP(47)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000003" handled at TC_lu_imsi_reject0(49) MSC_Test-GSUP(47)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_reject0(49)"262420000000003" MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(41)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(41)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(41)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(41)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(41)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(41)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(41)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(43)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(41)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(42)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_reject0(49)9059455 MSC_Test_0-M3UA(43)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_reject0(49)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_imsi_reject0(49)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_imsi_reject0(49)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_reject0(49)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(43)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(42)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(46)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(45)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(47)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(48)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(41)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(40)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(50)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(44)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(40): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(41): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(42): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(43): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(44): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(45): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(46): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(47): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(48): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_reject0(49): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(50): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_reject pass'. Mon May 13 04:33:52 UTC 2024 ====== MSC_Tests.TC_lu_imsi_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=32526) Waiting for packet dumper to finish... 1 (prev_count=32526, count=144539) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_timeout_gsup'. ------ MSC_Tests.TC_lu_imsi_timeout_gsup ------ Mon May 13 04:33:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_timeout_gsup' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_timeout_gsup started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(54)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(54)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(54)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(52)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(55)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(54)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(54)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(54)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(54)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(54)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(54)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(58)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000004" to be handled at TC_lu_imsi_timeout_gsup0(60) TC_lu_imsi_timeout_gsup0(60)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000004'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(53)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(53)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_timeout_gsup0(60)8926325 MSC_Test_0-SCCP(52)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(53)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(52)@c3a6fa1a763d: { messageType := 2, destLocRef := '883475'O, sourceLocRef := '000009'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(52)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(52)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(58)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000004" handled at TC_lu_imsi_timeout_gsup0(60) MSC_Test-GSUP(58)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_timeout_gsup0(60)"262420000000004" MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(52)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(52)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(52)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(52)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(52)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(52)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(52)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(54)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(52)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(54)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(53)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_timeout_gsup0(60)8926325 TC_lu_imsi_timeout_gsup0(60)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_imsi_timeout_gsup0(60)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_imsi_timeout_gsup0(60)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_timeout_gsup0(60)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(54)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(52)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(58)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(53)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(51)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(57)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(56)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(59)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(55)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(61)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(51): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(52): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(53): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(54): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(55): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(56): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(57): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(58): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(59): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_timeout_gsup0(60): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(61): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_timeout_gsup finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_timeout_gsup pass'. Mon May 13 04:34:02 UTC 2024 ====== MSC_Tests.TC_lu_imsi_timeout_gsup pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_timeout_gsup.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=129071) Waiting for packet dumper to finish... 1 (prev_count=129071, count=143083) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_timeout_gsup pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi ------ Mon May 13 04:34:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(63)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(65)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(65)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(65)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(66)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(65)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(65)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(65)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(65)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(65)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(65)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(64)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(69)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth_tmsi0(71) TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(64)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi0(71)5748964 MSC_Test_0-SCCP(63)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(64)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(69)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth_tmsi0(71) MSC_Test-GSUP(69)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi0(71)"262420000000005" MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(63)@c3a6fa1a763d: { messageType := 2, destLocRef := '57B8E4'O, sourceLocRef := '00000A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on local reference:0 TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(64)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D214C299'O MSC_Test_0-RAN(64)@c3a6fa1a763d: patched enc_l3: '0554D214C299'O MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554D214C299'O MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(64)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(64)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(63)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(63)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(63)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(65)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(63)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(65)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(64)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi0(71)5748964 TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi0(71)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(69)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(63)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(65)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(66)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(67)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(64)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(62)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(72)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(70)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(68)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(62): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(63): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(64): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(65): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(66): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(67): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(68): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(69): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(70): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi0(71): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(72): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi pass'. Mon May 13 04:34:07 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=196145) Waiting for packet dumper to finish... 1 (prev_count=196145, count=197222) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi'. ------ MSC_Tests.TC_lu_imsi_auth3g_tmsi ------ Mon May 13 04:34:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth3g_tmsi started. MSC_Test_0-M3UA(76)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(76)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(76)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(74)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(77)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(76)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(76)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(76)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(76)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(76)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(76)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(75)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(80)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001005" to be handled at TC_lu_imsi_auth3g_tmsi0(82) TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(75)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth3g_tmsi0(82)490787 MSC_Test_0-RAN(75)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(74)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(74)@c3a6fa1a763d: { messageType := 2, destLocRef := '077D23'O ("\a}#"), sourceLocRef := '00000B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on local reference:0 TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_from0 MSC_Test-GSUP(80)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001005" handled at TC_lu_imsi_auth3g_tmsi0(82) MSC_Test_0-SCCP(74)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test-GSUP(80)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth3g_tmsi0(82)"262420000001005" MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(75)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B4F078782104B3D87886'O MSC_Test_0-RAN(75)@c3a6fa1a763d: patched enc_l3: '0554B4F078782104B3D87886'O MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0554B4F078782104B3D87886'O MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(75)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(75)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(74)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(74)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(74)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(76)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(74)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(76)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(75)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth3g_tmsi0(82)490787 TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi0(82)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(74)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(75)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(83)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(81)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(78)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(77)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(73)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(76)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(80)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(79)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(73): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(74): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(75): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(76): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(77): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(78): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(79): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(80): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(81): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth3g_tmsi0(82): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(83): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth3g_tmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi pass'. Mon May 13 04:34:13 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth3g_tmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth3g_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=23608) Waiting for packet dumper to finish... 1 (prev_count=23608, count=197036) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc'. ------ MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc ------ Mon May 13 04:34:15 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_timeout_tmsi_realloc started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(87)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(87)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(87)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(85)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(88)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(87)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(87)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(87)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(87)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(87)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(87)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(91)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_timeout_tmsi_realloc0(93) TC_lu_imsi_timeout_tmsi_realloc0(93)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(86)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(86)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_timeout_tmsi_realloc0(93)4106050 MSC_Test_0-RAN(86)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(85)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(85)@c3a6fa1a763d: { messageType := 2, destLocRef := '3EA742'O, sourceLocRef := '00000C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(85)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(91)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_timeout_tmsi_realloc0(93) MSC_Test-GSUP(91)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_timeout_tmsi_realloc0(93)"262420000000005" MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(85)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(85)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(85)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(85)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(85)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(85)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(87)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(85)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(85)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(85)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(87)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_imsi_timeout_tmsi_realloc0(93)@c3a6fa1a763d: setverdict(fail): none -> fail reason: "Timeout waiting for ClearCommand/Release", new component reason: "Timeout waiting for ClearCommand/Release" MC@c3a6fa1a763d: Test Component 93 has requested to stop MTC. Terminating current testcase execution. MSC_Test_0-SCCP(85)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(94)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(84)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(88)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(91)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(86)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(92)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(89)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(87)@c3a6fa1a763d: Final verdict of PTC: none TC_lu_imsi_timeout_tmsi_realloc0(93)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Timeout waiting for ClearCommand/Release" MSC_Test-GSUP-IPA(90)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(84): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(85): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(86): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(87): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(88): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(89): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(90): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(91): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(92): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_timeout_tmsi_realloc0(93): fail (none -> fail) reason: "Timeout waiting for ClearCommand/Release" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(94): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_lu_imsi_timeout_tmsi_realloc finished. Verdict: fail reason: Timeout waiting for ClearCommand/Release MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc fail'. Mon May 13 04:34:25 UTC 2024 ------ MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=134399) Waiting for packet dumper to finish... 1 (prev_count=134399, count=143494) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cmserv_imsi_unknown'. ------ MSC_Tests.TC_cmserv_imsi_unknown ------ Mon May 13 04:34:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cmserv_imsi_unknown' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cmserv_imsi_unknown started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(98)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(98)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(98)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(96)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(99)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(98)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(98)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(98)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(98)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(98)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(98)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(97)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(102)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000006" to be handled at TC_cmserv_imsi_unknown0(104) TC_cmserv_imsi_unknown0(104)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000006'H, fillerDigit := omit } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(97)@c3a6fa1a763d: Added conn table entry 0TC_cmserv_imsi_unknown0(104)368003 MSC_Test_0-SCCP(96)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(97)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(96)@c3a6fa1a763d: { messageType := 2, destLocRef := '059D83'O, sourceLocRef := '00000D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(96)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(96)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(96)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(96)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(96)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(96)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(96)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(96)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(96)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(96)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(96)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(96)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(96)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(96)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(98)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(98)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(97)@c3a6fa1a763d: Deleted conn table entry 0TC_cmserv_imsi_unknown0(104)368003 TC_cmserv_imsi_unknown0(104)@c3a6fa1a763d: setverdict(pass): none -> pass TC_cmserv_imsi_unknown0(104)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_cmserv_imsi_unknown0(104)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cmserv_imsi_unknown0(104)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(102)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(96)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(100)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(101)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(103)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(95)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(105)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(98)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(97)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(99)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(95): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(96): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(97): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(98): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(99): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(100): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(101): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(102): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(103): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cmserv_imsi_unknown0(104): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(105): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cmserv_imsi_unknown finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cmserv_imsi_unknown pass'. Mon May 13 04:34:30 UTC 2024 ====== MSC_Tests.TC_cmserv_imsi_unknown pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cmserv_imsi_unknown.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=23608) Waiting for packet dumper to finish... 1 (prev_count=23608, count=137785) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cmserv_imsi_unknown pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cmserv_tmsi_unknown'. ------ MSC_Tests.TC_cmserv_tmsi_unknown ------ Mon May 13 04:34:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cmserv_tmsi_unknown' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cmserv_tmsi_unknown started. MSC_Test_0-M3UA(109)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(109)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(109)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(107)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(110)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(109)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(109)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(109)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(109)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(109)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(109)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(108)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_cmserv_tmsi_unknown0(115)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '57111111'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(108)@c3a6fa1a763d: Added conn table entry 0TC_cmserv_tmsi_unknown0(115)6743792 MSC_Test_0-RAN(108)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(107)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(107)@c3a6fa1a763d: { messageType := 2, destLocRef := '66E6F0'O, sourceLocRef := '00000E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(107)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(107)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(107)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(107)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(107)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(107)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(107)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(107)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(107)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(107)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(107)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(107)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(107)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(107)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(109)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(109)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(108)@c3a6fa1a763d: Deleted conn table entry 0TC_cmserv_tmsi_unknown0(115)6743792 TC_cmserv_tmsi_unknown0(115)@c3a6fa1a763d: setverdict(pass): none -> pass TC_cmserv_tmsi_unknown0(115)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_cmserv_tmsi_unknown0(115)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cmserv_tmsi_unknown0(115)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(109)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(107)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(108)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(114)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(112)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(106)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(113)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(111)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(110)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(116)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(106): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(107): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(108): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(109): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(110): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(111): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(112): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(113): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(114): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cmserv_tmsi_unknown0(115): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(116): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cmserv_tmsi_unknown finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cmserv_tmsi_unknown pass'. Mon May 13 04:34:35 UTC 2024 ====== MSC_Tests.TC_cmserv_tmsi_unknown pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cmserv_tmsi_unknown.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=23608) Waiting for packet dumper to finish... 1 (prev_count=23608, count=128020) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cmserv_tmsi_unknown pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_call'. ------ MSC_Tests.TC_lu_and_mo_call ------ Mon May 13 04:34:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(120)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(120)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(120)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(118)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(121)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(120)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(120)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(120)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(120)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(120)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(120)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(124)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_lu_and_mo_call0(126) TC_lu_and_mo_call0(126)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(119)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(119)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call0(126)13800005 MSC_Test_0-SCCP(118)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(119)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D29245'O, sourceLocRef := '00000F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(124)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000007" handled at TC_lu_and_mo_call0(126) MSC_Test-GSUP(124)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_call0(126)"262420000000007" MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(119)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(119)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(119)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call0(126)13800005 TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call0(126)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BBF97DFD'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(119)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call0(126)7819906 MSC_Test_0-RAN(119)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(118)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: { messageType := 2, destLocRef := '775282'O, sourceLocRef := '000010'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(121)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_call0(126) MSC_Test-MGCP(122)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_call0(126) MSC_Test_0-RAN(119)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(119)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test-MGCP(122)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "1", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "1" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_call0(126) TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(121)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_call0(126) MSC_Test-MNCC(121)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call0(126)-2147483647 TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT TC_lu_and_mo_call0(126)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_call0(126)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "4", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "1" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "1", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-RAN(119)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(119)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_call0(126)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call0(126)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_call0(126)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call0(126)@c3a6fa1a763d: Hangup TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(119)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(119)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(118)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(121)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call0(126)-2147483647 TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_lu_and_mo_call0(126)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_call0(126)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(118)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(120)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(118)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(118)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(120)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(119)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call0(126)7819906 TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call0(126)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_call0(126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call0(126)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(119)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(125)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(127)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(117)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(120)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(118)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(124)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(121)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(122)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(123)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(117): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(118): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(119): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(120): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(121): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(122): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(123): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(124): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(125): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_call0(126): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(127): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_call pass'. Mon May 13 04:34:47 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=400719) Waiting for packet dumper to finish... 1 (prev_count=400719, count=401796) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_call_ipv6'. ------ MSC_Tests.TC_lu_and_mo_call_ipv6 ------ Mon May 13 04:34:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_call_ipv6' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_call_ipv6 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(131)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(131)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(131)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(129)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(132)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(131)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(131)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(131)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(131)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(131)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(131)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(135)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_lu_and_mo_call_ipv60(137) TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(130)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(130)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call_ipv60(137)11379377 MSC_Test_0-RAN(130)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(129)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: { messageType := 2, destLocRef := 'ADA2B1'O, sourceLocRef := '000011'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(135)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000007" handled at TC_lu_and_mo_call_ipv60(137) MSC_Test-GSUP(135)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_call_ipv60(137)"262420000000007" MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(130)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(130)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(130)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call_ipv60(137)11379377 TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1AD1B909'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(130)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call_ipv60(137)13468260 MSC_Test_0-RAN(130)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(129)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CD8264'O, sourceLocRef := '000012'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(132)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_call_ipv60(137) MSC_Test-MGCP(133)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_call_ipv60(137) MSC_Test_0-RAN(130)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(130)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(133)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "7", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_call_ipv60(137) TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(132)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_call_ipv60(137) MSC_Test-MNCC(132)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call_ipv60(137)-2147483646 MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:26 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0018027C120000000000000000000000000000000323287E0180'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "10", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "2" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "2", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(130)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(130)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: Hangup TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(130)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(130)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(132)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call_ipv60(137)-2147483646 MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(130)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call_ipv60(137)13468260 TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_ipv60(137)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP-IPA(134)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(135)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(128)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(131)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(129)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(136)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(132)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(130)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(133)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(138)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(128): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(129): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(130): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(131): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(132): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(133): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(134): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(135): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(136): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_call_ipv60(137): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(138): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_call_ipv6 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_call_ipv6 pass'. Mon May 13 04:34:58 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_call_ipv6 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_call_ipv6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=402686) Waiting for packet dumper to finish... 1 (prev_count=402686, count=403763) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_call_ipv6 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout'. ------ MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout ------ Mon May 13 04:35:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_call_sccp_tiar_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(142)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(142)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(142)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(140)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(143)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(142)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(142)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(142)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(142)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(142)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(142)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(141)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(146)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000089" to be handled at TC_lu_and_mo_call_sccp_tiar_timeout0(148) TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000089'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(141)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call_sccp_tiar_timeout0(148)11029209 MSC_Test_0-RAN(141)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(140)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A84AD9'O, sourceLocRef := '000013'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(146)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000089" handled at TC_lu_and_mo_call_sccp_tiar_timeout0(148) MSC_Test-GSUP(146)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_call_sccp_tiar_timeout0(148)"262420000000089" TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(141)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(141)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(141)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call_sccp_tiar_timeout0(148)11029209 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '24749E8D'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(141)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call_sccp_tiar_timeout0(148)911674 MSC_Test_0-RAN(141)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(140)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: { messageType := 2, destLocRef := '0DE93A'O, sourceLocRef := '000014'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(143)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_call_sccp_tiar_timeout0(148) MSC_Test-MGCP(144)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_call_sccp_tiar_timeout0(148) MSC_Test_0-RAN(141)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(141)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test-MGCP(144)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "13", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "3" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_call_sccp_tiar_timeout0(148) MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(143)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_call_sccp_tiar_timeout0(148) MSC_Test-MNCC(143)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_call_sccp_tiar_timeout0(148)-2147483645 TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(140)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(141)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(141)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(140)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(140)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "16", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "3" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "3", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(142)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(143)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call_sccp_tiar_timeout0(148)-2147483645 MSC_Test_0-SCCP(140)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(142)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(141)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_call_sccp_tiar_timeout0(148)911674 TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_call_sccp_tiar_timeout0(148)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(146)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(143)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(141)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(145)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(147)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(149)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(140)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(144)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(142)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(139)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(139): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(140): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(141): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(142): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(143): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(144): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(145): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(146): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(147): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_call_sccp_tiar_timeout0(148): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(149): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_call_sccp_tiar_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout pass'. Mon May 13 04:35:09 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=355096) Waiting for packet dumper to finish... 1 (prev_count=355096, count=370801) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_auth_sai_timeout'. ------ MSC_Tests.TC_lu_auth_sai_timeout ------ Mon May 13 04:35:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_auth_sai_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_auth_sai_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(153)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(153)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(153)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(151)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(154)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(153)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(153)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(153)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(153)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(153)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(153)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(157)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000008" to be handled at TC_lu_auth_sai_timeout0(159) TC_lu_auth_sai_timeout0(159)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000008'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(152)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(152)@c3a6fa1a763d: Added conn table entry 0TC_lu_auth_sai_timeout0(159)8689576 MSC_Test_0-SCCP(151)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(152)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(151)@c3a6fa1a763d: { messageType := 2, destLocRef := '8497A8'O, sourceLocRef := '000015'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(151)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(157)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000008" handled at TC_lu_auth_sai_timeout0(159) MSC_Test-GSUP(157)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_auth_sai_timeout0(159)"262420000000008" MSC_Test_0-SCCP(151)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(151)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(151)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(151)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(151)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(151)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(151)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(151)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(151)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(151)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(151)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(151)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(151)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(151)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(151)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(151)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(153)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(151)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(153)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(152)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_auth_sai_timeout0(159)8689576 TC_lu_auth_sai_timeout0(159)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_auth_sai_timeout0(159)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_auth_sai_timeout0(159)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_auth_sai_timeout0(159)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(151)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(153)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(150)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(155)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(152)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(160)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(158)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(157)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(156)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(154)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(150): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(151): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(152): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(153): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(154): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(155): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(156): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(157): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(158): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_auth_sai_timeout0(159): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(160): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_auth_sai_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_auth_sai_timeout pass'. Mon May 13 04:35:18 UTC 2024 ====== MSC_Tests.TC_lu_auth_sai_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_auth_sai_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=133951) Waiting for packet dumper to finish... 1 (prev_count=133951, count=150201) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_auth_sai_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_auth_sai_err'. ------ MSC_Tests.TC_lu_auth_sai_err ------ Mon May 13 04:35:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_auth_sai_err' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_auth_sai_err started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(164)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(164)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(164)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(162)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(165)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(164)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(164)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(164)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(164)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(164)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(164)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(168)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000009" to be handled at TC_lu_auth_sai_err0(170) TC_lu_auth_sai_err0(170)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000009'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(163)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(163)@c3a6fa1a763d: Added conn table entry 0TC_lu_auth_sai_err0(170)15529743 MSC_Test_0-SCCP(162)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(163)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(162)@c3a6fa1a763d: { messageType := 2, destLocRef := 'ECF70F'O, sourceLocRef := '000016'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(162)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(168)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000009" handled at TC_lu_auth_sai_err0(170) MSC_Test-GSUP(168)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_auth_sai_err0(170)"262420000000009" MSC_Test_0-SCCP(162)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(162)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(162)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(162)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(162)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(162)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(162)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(162)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(162)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(162)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(162)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(162)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(162)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(162)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(162)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(162)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(164)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(162)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(164)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(163)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_auth_sai_err0(170)15529743 TC_lu_auth_sai_err0(170)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_auth_sai_err0(170)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_auth_sai_err0(170)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_auth_sai_err0(170)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(165)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(162)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(168)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(164)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(167)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(161)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(163)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(166)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(171)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(169)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(161): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(162): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(163): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(164): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(165): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(166): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(167): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(168): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(169): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_auth_sai_err0(170): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(171): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_auth_sai_err finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_auth_sai_err pass'. Mon May 13 04:35:23 UTC 2024 ====== MSC_Tests.TC_lu_auth_sai_err pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_auth_sai_err.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=33523) Waiting for packet dumper to finish... 1 (prev_count=33523, count=149461) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_auth_sai_err pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_clear_request'. ------ MSC_Tests.TC_lu_clear_request ------ Mon May 13 04:35:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_clear_request' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_clear_request started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(175)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(175)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(175)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(173)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(176)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(175)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(175)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(175)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(175)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(175)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(175)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(179)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000010" to be handled at TC_lu_clear_request0(181) TC_lu_clear_request0(181)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000010'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(174)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(174)@c3a6fa1a763d: Added conn table entry 0TC_lu_clear_request0(181)7986880 MSC_Test_0-SCCP(173)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(174)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(173)@c3a6fa1a763d: { messageType := 2, destLocRef := '79DEC0'O, sourceLocRef := '000017'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(179)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000010" handled at TC_lu_clear_request0(181) MSC_Test-GSUP(179)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_clear_request0(181)"262420000000010" MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(173)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(173)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(173)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(173)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(173)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(175)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(174)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_clear_request0(181)7986880 TC_lu_clear_request0(181)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_clear_request0(181)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(174)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(177)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(176)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(180)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(173)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(172)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(179)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(175)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(178)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(182)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(172): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(173): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(174): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(175): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(176): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(177): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(178): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(179): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(180): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_clear_request0(181): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(182): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_clear_request finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_clear_request pass'. Mon May 13 04:35:29 UTC 2024 ====== MSC_Tests.TC_lu_clear_request pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_clear_request.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=143332) Waiting for packet dumper to finish... 1 (prev_count=143332, count=159991) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_clear_request pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_call_clear_request'. ------ MSC_Tests.TC_mo_call_clear_request ------ Mon May 13 04:35:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_call_clear_request' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_call_clear_request started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(186)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(186)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(186)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(184)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(187)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(186)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(186)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(186)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(186)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(186)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(186)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(190)@c3a6fa1a763d: Created GsupExpect[0] for "262420002532766" to be handled at TC_mo_call_clear_request0(192) TC_mo_call_clear_request0(192)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420002532766'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(185)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(185)@c3a6fa1a763d: Added conn table entry 0TC_mo_call_clear_request0(192)15462373 MSC_Test_0-SCCP(184)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(185)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EBEFE5'O, sourceLocRef := '000018'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(190)@c3a6fa1a763d: Found GsupExpect[0] for "262420002532766" handled at TC_mo_call_clear_request0(192) MSC_Test-GSUP(190)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_call_clear_request0(192)"262420002532766" MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(185)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(185)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(185)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_call_clear_request0(192)15462373 TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_call_clear_request0(192)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '54691AB8'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(185)@c3a6fa1a763d: Added conn table entry 0TC_mo_call_clear_request0(192)13249933 MSC_Test_0-RAN(185)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(184)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CA2D8D'O, sourceLocRef := '000019'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(187)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_call_clear_request0(192) MSC_Test-MGCP(188)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_call_clear_request0(192) MSC_Test_0-RAN(185)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(185)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(188)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "19", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "4" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_call_clear_request0(192) TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(187)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_mo_call_clear_request0(192) MSC_Test-MNCC(187)@c3a6fa1a763d: Added conn table entry 0TC_mo_call_clear_request0(192)-2147483644 MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_call_clear_request0(192)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_mo_call_clear_request0(192)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "22", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "4" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "4", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(185)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(185)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_mo_call_clear_request0(192)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_mo_call_establish DONE TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040101'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(187)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_call_clear_request0(192)-2147483644 MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(184)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(184)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(184)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(184)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(185)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_call_clear_request0(192)13249933 MSC_Test_0-M3UA(186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_call_clear_request0(192)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_call_clear_request0(192)@c3a6fa1a763d: Rx MNCC REL.ind, cause := { location := GSM48_CAUSE_LOC_PRN_S_LU (1), coding := GSM48_CAUSE_CS_GSM (3), rec := 0, rec_val := 0, val := 47, diag := ''O } TC_mo_call_clear_request0(192)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_call_clear_request0(192)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(186)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(189)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(183)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(184)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(187)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(188)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(185)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(190)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(191)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(193)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(183): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(184): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(185): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(186): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(187): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(188): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(189): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(190): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(191): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_call_clear_request0(192): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(193): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_call_clear_request finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_call_clear_request pass'. Mon May 13 04:35:36 UTC 2024 ====== MSC_Tests.TC_mo_call_clear_request pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_call_clear_request.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=391455) Waiting for packet dumper to finish... 1 (prev_count=391455, count=392532) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_call_clear_request pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_call_clear_request'. ------ MSC_Tests.TC_mt_call_clear_request ------ Mon May 13 04:35:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_call_clear_request' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mt_call_clear_request started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(197)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(197)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(197)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(195)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(198)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(197)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(197)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(197)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(197)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(197)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(197)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(201)@c3a6fa1a763d: Created GsupExpect[0] for "262420002532768" to be handled at TC_mt_call_clear_request0(203) TC_mt_call_clear_request0(203)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420002532768'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(196)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(196)@c3a6fa1a763d: Added conn table entry 0TC_mt_call_clear_request0(203)15709623 MSC_Test_0-SCCP(195)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(196)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EFB5B7'O, sourceLocRef := '00001A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(201)@c3a6fa1a763d: Found GsupExpect[0] for "262420002532768" handled at TC_mt_call_clear_request0(203) MSC_Test-GSUP(201)@c3a6fa1a763d: Added IMSI table entry 0TC_mt_call_clear_request0(203)"262420002532768" MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(196)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(196)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(196)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_call_clear_request0(203)15709623 TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(198)@c3a6fa1a763d: Added conn table entry 0TC_mt_call_clear_request0(203)514085018 MSC_Test_0-RAN(196)@c3a6fa1a763d: Created IMSI[0] for '262420002532768'H'1C253999'O to be handled at TC_mt_call_clear_request0(203) MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(196)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_mt_call_clear_request0(203) TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(196)@c3a6fa1a763d: Created IMSI[1] for '262420002532768'H'1C253999'O to be handled at TC_mt_call_clear_request0(203) TC_mt_call_clear_request0(203)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1C253999'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(196)@c3a6fa1a763d: Added conn table entry 0TC_mt_call_clear_request0(203)7767461 MSC_Test_0-SCCP(195)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(195)@c3a6fa1a763d: { messageType := 2, destLocRef := '7685A5'O, sourceLocRef := '00001B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(196)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(196)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(199)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mt_call_clear_request0(203) MSC_Test-MGCP(199)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "25", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "5" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mt_call_clear_request0(203) TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 3 TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(196)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(196)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 5 TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 8 TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 7 TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete 9 TC_mt_call_clear_request0(203)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_mt_call_complete DONE TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040101'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(198)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_call_clear_request0(203)514085018 MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(195)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(195)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(195)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(197)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(195)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(197)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(196)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_call_clear_request0(203)7767461 TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_call_clear_request0(203)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_call_clear_request0(203)@c3a6fa1a763d: Rx MNCC REL.ind, cause := { location := GSM48_CAUSE_LOC_PRN_S_LU (1), coding := GSM48_CAUSE_CS_GSM (3), rec := 0, rec_val := 0, val := 47, diag := ''O } TC_mt_call_clear_request0(203)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_call_clear_request0(203)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(197)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(196)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(195)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(198)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(194)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(201)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(200)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(202)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(204)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(199)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(194): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(195): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(196): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(197): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(198): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(199): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(200): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(201): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(202): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mt_call_clear_request0(203): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(204): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mt_call_clear_request finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_call_clear_request pass'. Mon May 13 04:35:44 UTC 2024 ====== MSC_Tests.TC_mt_call_clear_request pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mt_call_clear_request.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=297906) Waiting for packet dumper to finish... 1 (prev_count=297906, count=382471) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_call_clear_request pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_disconnect'. ------ MSC_Tests.TC_lu_disconnect ------ Mon May 13 04:35:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_disconnect' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_disconnect started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(208)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(208)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(208)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(206)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(209)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(208)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(208)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(208)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(208)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(208)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(208)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(212)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000011" to be handled at TC_lu_disconnect0(214) TC_lu_disconnect0(214)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000011'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(207)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(207)@c3a6fa1a763d: Added conn table entry 0TC_lu_disconnect0(214)627889 MSC_Test_0-SCCP(206)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(207)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(206)@c3a6fa1a763d: { messageType := 2, destLocRef := '0994B1'O, sourceLocRef := '00001C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(206)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(206)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(206)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(206)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(206)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(212)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000011" handled at TC_lu_disconnect0(214) MSC_Test-GSUP(212)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_disconnect0(214)"262420000000011" MSC_Test_0-SCCP(206)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(206)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(206)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(206)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_disconnect0(214)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(207)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_disconnect0(214)627889 MSC_Test_0-SCCP(206)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(208)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(208)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(206)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(206)@c3a6fa1a763d: RLC received in state:disconnect_pending TC_lu_disconnect0(214)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(209)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(207)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(212)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(206)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(205)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(210)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(208)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(211)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(213)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(215)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(205): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(206): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(207): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(208): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(209): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(210): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(211): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(212): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(213): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_disconnect0(214): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(215): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_disconnect finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_disconnect pass'. Mon May 13 04:35:50 UTC 2024 ====== MSC_Tests.TC_lu_disconnect pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_disconnect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=123127) Waiting for packet dumper to finish... 1 (prev_count=123127, count=131338) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_disconnect pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_by_imei'. ------ MSC_Tests.TC_lu_by_imei ------ Mon May 13 04:35:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_by_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_by_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(219)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(219)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(219)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(217)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(220)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(219)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(219)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(219)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(219)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(219)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(219)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(223)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000012" to be handled at TC_lu_by_imei0(225) TC_lu_by_imei0(225)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '010'B, oddEvenInd_identity := { imei := { oddevenIndicator := '1'B, digits := '49999000000012'H } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(218)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(218)@c3a6fa1a763d: Added conn table entry 0TC_lu_by_imei0(225)523190 MSC_Test_0-RAN(218)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(217)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(217)@c3a6fa1a763d: { messageType := 2, destLocRef := '07FBB6'O, sourceLocRef := '00001D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(217)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(217)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(217)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(217)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(217)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(217)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(217)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(217)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(217)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(219)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(217)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(219)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(218)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_by_imei0(225)523190 TC_lu_by_imei0(225)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_by_imei0(225)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_by_imei0(225)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_by_imei0(225)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(223)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(219)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(217)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(221)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(220)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(222)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(226)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(216)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(218)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(224)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(216): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(217): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(218): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(219): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(220): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(221): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(222): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(223): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(224): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_by_imei0(225): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(226): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_by_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_by_imei pass'. Mon May 13 04:36:00 UTC 2024 ====== MSC_Tests.TC_lu_by_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_by_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=131627) Waiting for packet dumper to finish... 1 (prev_count=131627, count=147161) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_by_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_by_tmsi_noauth_unknown'. ------ MSC_Tests.TC_lu_by_tmsi_noauth_unknown ------ Mon May 13 04:36:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_by_tmsi_noauth_unknown' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_by_tmsi_noauth_unknown started. MSC_Test_0-M3UA(230)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(230)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(230)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(228)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(231)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(230)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(230)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(230)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(230)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(230)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(230)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(234)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000013" to be handled at TC_lu_by_tmsi_noauth_unknown0(236) TC_lu_by_tmsi_noauth_unknown0(236)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '01020304'O } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(229)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(229)@c3a6fa1a763d: Added conn table entry 0TC_lu_by_tmsi_noauth_unknown0(236)16601644 MSC_Test_0-SCCP(228)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(229)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(228)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FD522C'O, sourceLocRef := '00001E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(229)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519100921437598BADCFE1032547698BADCFE'O MSC_Test_0-RAN(229)@c3a6fa1a763d: patched enc_l3: '0559100921437598BADCFE1032547698BADCFE'O MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_len:22 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100130559100921437598BADCFE1032547698BADCFE'O MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(229)@c3a6fa1a763d: patching N(SD)=2 into dtap '0519082926240000000031'O MSC_Test_0-RAN(229)@c3a6fa1a763d: patched enc_l3: '0599082926240000000031'O MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0599082926240000000031'O MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(234)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000013" handled at TC_lu_by_tmsi_noauth_unknown0(236) MSC_Test-GSUP(234)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_by_tmsi_noauth_unknown0(236)"262420000000013" MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(229)@c3a6fa1a763d: patching N(SD)=3 into dtap '051B'O MSC_Test_0-RAN(229)@c3a6fa1a763d: patched enc_l3: '05DB'O MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000205DB'O MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(228)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(228)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(228)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(230)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(228)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(229)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_by_tmsi_noauth_unknown0(236)16601644 TC_lu_by_tmsi_noauth_unknown0(236)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(230)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_by_tmsi_noauth_unknown0(236)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_by_tmsi_noauth_unknown0(236)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_by_tmsi_noauth_unknown0(236)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(234)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(231)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(237)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(228)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(232)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(235)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(229)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(233)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(227)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(230)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(227): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(228): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(229): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(230): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(231): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(232): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(233): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(234): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(235): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_by_tmsi_noauth_unknown0(236): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(237): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_by_tmsi_noauth_unknown finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_by_tmsi_noauth_unknown pass'. Mon May 13 04:36:05 UTC 2024 ====== MSC_Tests.TC_lu_by_tmsi_noauth_unknown pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_by_tmsi_noauth_unknown.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=32669) Waiting for packet dumper to finish... 1 (prev_count=32669, count=195383) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_by_tmsi_noauth_unknown pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_attached_imsi_lu_unknown_tmsi'. ------ MSC_Tests.TC_attached_imsi_lu_unknown_tmsi ------ Mon May 13 04:36:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_attached_imsi_lu_unknown_tmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_attached_imsi_lu_unknown_tmsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(241)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(241)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(241)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(239)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(242)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(241)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(241)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(241)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(241)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(241)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(241)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(240)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(245)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000056" to be handled at TC_attached_imsi_lu_unknown_tmsi0(247) TC_attached_imsi_lu_unknown_tmsi0(247)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '56111111'O } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(240)@c3a6fa1a763d: Added conn table entry 0TC_attached_imsi_lu_unknown_tmsi0(247)2639222 MSC_Test_0-RAN(240)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(239)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: { messageType := 2, destLocRef := '284576'O ("(Ev"), sourceLocRef := '00001F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(240)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519082926240000000065'O MSC_Test_0-RAN(240)@c3a6fa1a763d: patched enc_l3: '0559082926240000000065'O MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0559082926240000000065'O MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(245)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000056" handled at TC_attached_imsi_lu_unknown_tmsi0(247) MSC_Test-GSUP(245)@c3a6fa1a763d: Added IMSI table entry 0TC_attached_imsi_lu_unknown_tmsi0(247)"262420000000056" MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(240)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(240)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(240)@c3a6fa1a763d: Deleted conn table entry 0TC_attached_imsi_lu_unknown_tmsi0(247)2639222 TC_attached_imsi_lu_unknown_tmsi0(247)@c3a6fa1a763d: setverdict(pass): none -> pass TC_attached_imsi_lu_unknown_tmsi0(247)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '56222222'O ("V\"\"\"") } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(240)@c3a6fa1a763d: Added conn table entry 0TC_attached_imsi_lu_unknown_tmsi0(247)5693869 MSC_Test_0-SCCP(239)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(240)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: { messageType := 2, destLocRef := '56E1AD'O, sourceLocRef := '000020'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(240)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519082926240000000065'O MSC_Test_0-RAN(240)@c3a6fa1a763d: patched enc_l3: '0559082926240000000065'O MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0559082926240000000065'O MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(240)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(240)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(239)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(239)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(239)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(241)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(239)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(240)@c3a6fa1a763d: Deleted conn table entry 0TC_attached_imsi_lu_unknown_tmsi0(247)5693869 TC_attached_imsi_lu_unknown_tmsi0(247)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(241)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_attached_imsi_lu_unknown_tmsi0(247)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(245)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(241)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(244)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(242)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(243)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(238)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(246)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(248)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(239)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(240)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(238): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(239): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(240): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(241): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(242): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(243): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(244): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(245): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(246): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_attached_imsi_lu_unknown_tmsi0(247): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(248): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_attached_imsi_lu_unknown_tmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_attached_imsi_lu_unknown_tmsi pass'. Mon May 13 04:36:11 UTC 2024 ====== MSC_Tests.TC_attached_imsi_lu_unknown_tmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_attached_imsi_lu_unknown_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=224851) Waiting for packet dumper to finish... 1 (prev_count=224851, count=300591) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_attached_imsi_lu_unknown_tmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_imsi_detach_by_imsi'. ------ MSC_Tests.TC_imsi_detach_by_imsi ------ Mon May 13 04:36:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_imsi_detach_by_imsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_imsi_detach_by_imsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(252)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(252)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(252)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(250)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(253)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(252)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(252)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(252)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(252)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(252)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(252)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_imsi_detach_by_imsi0(258)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { imsiDetachIndication := { messageType := '000001'B, nsd := '00'B, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000014'H, fillerDigit := omit } } } } } } } } MSC_Test_0-RAN(251)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(251)@c3a6fa1a763d: Added conn table entry 0TC_imsi_detach_by_imsi0(258)4567443 MSC_Test_0-SCCP(250)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(251)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(250)@c3a6fa1a763d: { messageType := 2, destLocRef := '45B193'O, sourceLocRef := '000021'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(250)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(250)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(250)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(250)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(250)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(250)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(250)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(250)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(250)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(250)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(250)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(250)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(250)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(252)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(250)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(252)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(251)@c3a6fa1a763d: Deleted conn table entry 0TC_imsi_detach_by_imsi0(258)4567443 TC_imsi_detach_by_imsi0(258)@c3a6fa1a763d: setverdict(pass): none -> pass TC_imsi_detach_by_imsi0(258)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(252)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(256)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(253)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(251)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(259)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(257)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(249)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(255)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(250)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(254)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(249): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(250): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(251): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(252): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(253): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(254): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(255): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(256): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(257): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_imsi_detach_by_imsi0(258): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(259): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_imsi_detach_by_imsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_imsi_detach_by_imsi pass'. Mon May 13 04:36:16 UTC 2024 ====== MSC_Tests.TC_imsi_detach_by_imsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_imsi_detach_by_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=30035) Waiting for packet dumper to finish... 1 (prev_count=30035, count=125504) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_imsi_detach_by_imsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_imsi_detach_by_tmsi'. ------ MSC_Tests.TC_imsi_detach_by_tmsi ------ Mon May 13 04:36:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_imsi_detach_by_tmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_imsi_detach_by_tmsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(263)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(263)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(263)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(261)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(264)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(263)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(263)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(263)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(263)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(263)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(263)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(262)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_imsi_detach_by_tmsi0(269)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { imsiDetachIndication := { messageType := '000001'B, nsd := '00'B, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '01020304'O } } } } } } } } MSC_Test_0-RAN(262)@c3a6fa1a763d: Added conn table entry 0TC_imsi_detach_by_tmsi0(269)9834605 MSC_Test_0-SCCP(261)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(262)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(261)@c3a6fa1a763d: { messageType := 2, destLocRef := '96106D'O, sourceLocRef := '000022'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(261)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(261)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(262)@c3a6fa1a763d: Deleted conn table entry 0TC_imsi_detach_by_tmsi0(269)9834605 TC_imsi_detach_by_tmsi0(269)@c3a6fa1a763d: setverdict(pass): none -> pass TC_imsi_detach_by_tmsi0(269)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_imsi_detach_by_tmsi0(269)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_imsi_detach_by_tmsi0(269)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(267)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(264)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(270)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(266)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(263)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(265)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(260)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(268)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(261)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(262)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(260): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(261): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(262): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(263): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(264): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(265): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(266): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(267): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(268): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_imsi_detach_by_tmsi0(269): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(270): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_imsi_detach_by_tmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_imsi_detach_by_tmsi pass'. Mon May 13 04:36:22 UTC 2024 ====== MSC_Tests.TC_imsi_detach_by_tmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_imsi_detach_by_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=125545) Waiting for packet dumper to finish... 1 (prev_count=125545, count=126622) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_imsi_detach_by_tmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_imsi_detach_by_imei'. ------ MSC_Tests.TC_imsi_detach_by_imei ------ Mon May 13 04:36:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_imsi_detach_by_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_imsi_detach_by_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(274)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(274)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(274)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(272)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(275)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(274)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(274)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(274)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(274)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(274)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(274)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_imsi_detach_by_imei0(280)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { imsiDetachIndication := { messageType := '000001'B, nsd := '00'B, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '010'B, oddEvenInd_identity := { imei := { oddevenIndicator := '1'B, digits := '49999000000016'H } } } } } } } } MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(273)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(273)@c3a6fa1a763d: Added conn table entry 0TC_imsi_detach_by_imei0(280)16283577 MSC_Test_0-RAN(273)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(272)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(272)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F877B9'O, sourceLocRef := '000023'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(272)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(272)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(272)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(272)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(272)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(272)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(272)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(272)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(272)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(272)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(272)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(272)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(272)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(274)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(272)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(274)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(273)@c3a6fa1a763d: Deleted conn table entry 0TC_imsi_detach_by_imei0(280)16283577 TC_imsi_detach_by_imei0(280)@c3a6fa1a763d: setverdict(pass): none -> pass TC_imsi_detach_by_imei0(280)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_imsi_detach_by_imei0(280)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_imsi_detach_by_imei0(280)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-SMPP(279)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(271)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(276)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(274)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(278)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(275)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(273)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(281)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(272)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(277)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(271): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(272): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(273): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(274): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(275): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(276): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(277): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(278): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(279): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_imsi_detach_by_imei0(280): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(281): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_imsi_detach_by_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_imsi_detach_by_imei pass'. Mon May 13 04:36:26 UTC 2024 ====== MSC_Tests.TC_imsi_detach_by_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_imsi_detach_by_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=48238) Waiting for packet dumper to finish... 1 (prev_count=48238, count=125813) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_imsi_detach_by_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_emerg_call_imei_reject'. ------ MSC_Tests.TC_emerg_call_imei_reject ------ Mon May 13 04:36:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_emerg_call_imei_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_emerg_call_imei_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(285)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(285)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(285)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(283)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(286)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(285)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(285)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(285)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(285)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(285)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(285)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(285)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(285)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(285)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(285)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(285)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(285)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard TC_emerg_call_imei_reject0(291)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0010'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '010'B, oddEvenInd_identity := { imei := { oddevenIndicator := '1'B, digits := '49999000000017'H } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(284)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(284)@c3a6fa1a763d: Added conn table entry 0TC_emerg_call_imei_reject0(291)3604836 MSC_Test_0-SCCP(283)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(284)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(283)@c3a6fa1a763d: { messageType := 2, destLocRef := '370164'O, sourceLocRef := '000024'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(283)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(283)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(283)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(283)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(283)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(283)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(283)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(283)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(283)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(283)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(283)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(283)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(283)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(285)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(283)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(285)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(284)@c3a6fa1a763d: Deleted conn table entry 0TC_emerg_call_imei_reject0(291)3604836 TC_emerg_call_imei_reject0(291)@c3a6fa1a763d: setverdict(pass): none -> pass TC_emerg_call_imei_reject0(291)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_emerg_call_imei_reject0(291)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imei_reject0(291)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(285)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(283)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(287)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(282)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(286)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(290)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(292)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(284)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(289)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(288)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(282): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(283): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(284): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(285): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(286): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(287): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(288): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(289): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(290): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_emerg_call_imei_reject0(291): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(292): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_emerg_call_imei_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_emerg_call_imei_reject pass'. Mon May 13 04:36:31 UTC 2024 ====== MSC_Tests.TC_emerg_call_imei_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_emerg_call_imei_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=32545) Waiting for packet dumper to finish... 1 (prev_count=32545, count=124479) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_emerg_call_imei_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_emerg_call_imsi'. ------ MSC_Tests.TC_emerg_call_imsi ------ Mon May 13 04:36:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_emerg_call_imsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_emerg_call_imsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(296)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(296)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(296)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(294)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(297)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(296)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(296)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(296)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(296)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(296)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(296)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(295)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(300)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000018" to be handled at TC_emerg_call_imsi0(302) TC_emerg_call_imsi0(302)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000018'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(295)@c3a6fa1a763d: Added conn table entry 0TC_emerg_call_imsi0(302)9105203 MSC_Test_0-SCCP(294)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: { messageType := 2, destLocRef := '8AEF33'O, sourceLocRef := '000025'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(300)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000018" handled at TC_emerg_call_imsi0(302) MSC_Test-GSUP(300)@c3a6fa1a763d: Added IMSI table entry 0TC_emerg_call_imsi0(302)"262420000000018" MSC_Test_0-RAN(295)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(295)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(295)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(295)@c3a6fa1a763d: Deleted conn table entry 0TC_emerg_call_imsi0(302)9105203 TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imsi0(302)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0010'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '63FF5EF4'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(295)@c3a6fa1a763d: Added conn table entry 0TC_emerg_call_imsi0(302)1029315 MSC_Test_0-SCCP(294)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(295)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: { messageType := 2, destLocRef := '0FB4C3'O, sourceLocRef := '000026'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(297)@c3a6fa1a763d: Created MnccExpect[0] for "112" to be handled at TC_emerg_call_imsi0(302) MSC_Test-MGCP(298)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_emerg_call_imsi0(302) MSC_Test_0-RAN(295)@c3a6fa1a763d: patching N(SD)=1 into dtap '030E0406600504020081'O MSC_Test_0-RAN(295)@c3a6fa1a763d: patched enc_l3: '034E0406600504020081'O MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:13 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000A034E0406600504020081'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(298)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "31", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "6" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_emerg_call_imsi0(302) TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(297)@c3a6fa1a763d: Found MnccExpect[0] for "112" handled at TC_emerg_call_imsi0(302) MSC_Test-MNCC(297)@c3a6fa1a763d: Added conn table entry 0TC_emerg_call_imsi0(302)-2147483643 MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_imsi0(302)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_emerg_call_imsi0(302)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "34", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "6" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "6", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(295)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(295)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_emerg_call_imsi0(302)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_mo_call_establish DONE TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imsi0(302)@c3a6fa1a763d: Hold the call for some time TC_emerg_call_imsi0(302)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imsi0(302)@c3a6fa1a763d: Hangup TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(295)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(295)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(294)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(297)@c3a6fa1a763d: Deleted conn table entry 0TC_emerg_call_imsi0(302)-2147483643 TC_emerg_call_imsi0(302)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_emerg_call_imsi0(302)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(294)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(294)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(296)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(294)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(296)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(295)@c3a6fa1a763d: Deleted conn table entry 0TC_emerg_call_imsi0(302)1029315 TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imsi0(302)@c3a6fa1a763d: f_call_hangup 9: done TC_emerg_call_imsi0(302)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_emerg_call_imsi0(302)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(294)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(300)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(296)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(297)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(301)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(298)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(299)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(303)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(295)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(293)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(293): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(294): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(295): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(296): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(297): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(298): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(299): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(300): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(301): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_emerg_call_imsi0(302): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(303): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_emerg_call_imsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_emerg_call_imsi pass'. Mon May 13 04:36:43 UTC 2024 ====== MSC_Tests.TC_emerg_call_imsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_emerg_call_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=400649) Waiting for packet dumper to finish... 1 (prev_count=400649, count=401726) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_emerg_call_imsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_req_vgcs_reject'. ------ MSC_Tests.TC_cm_serv_req_vgcs_reject ------ Mon May 13 04:36:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_req_vgcs_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cm_serv_req_vgcs_reject started. MSC_Test_0-M3UA(307)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(307)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(307)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(305)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(308)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(307)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(307)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(307)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(307)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(307)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(307)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test_0-RAN(306)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(311)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000019" to be handled at TC_cm_serv_req_vgcs_reject0(313) TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000019'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(306)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_req_vgcs_reject0(313)12780733 MSC_Test_0-SCCP(305)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(306)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(305)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C304BD'O, sourceLocRef := '000027'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(311)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000019" handled at TC_cm_serv_req_vgcs_reject0(313) MSC_Test-GSUP(311)@c3a6fa1a763d: Added IMSI table entry 0TC_cm_serv_req_vgcs_reject0(313)"262420000000019" MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(306)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(306)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(306)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_req_vgcs_reject0(313)12780733 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000019'H, fillerDigit := omit } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(306)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_req_vgcs_reject0(313)12214683 MSC_Test_0-RAN(306)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(305)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(305)@c3a6fa1a763d: { messageType := 2, destLocRef := 'BA619B'O, sourceLocRef := '000028'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(305)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(305)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(305)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(307)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(305)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(307)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(306)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_req_vgcs_reject0(313)12214683 TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vgcs_reject0(313)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(305)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(308)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(309)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(304)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(307)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(310)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(311)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(314)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(312)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(306)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(304): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(305): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(306): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(307): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(308): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(309): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(310): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(311): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(312): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cm_serv_req_vgcs_reject0(313): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(314): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cm_serv_req_vgcs_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_req_vgcs_reject pass'. Mon May 13 04:36:49 UTC 2024 ====== MSC_Tests.TC_cm_serv_req_vgcs_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cm_serv_req_vgcs_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=224119) Waiting for packet dumper to finish... 1 (prev_count=224119, count=234100) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_req_vgcs_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_req_vbs_reject'. ------ MSC_Tests.TC_cm_serv_req_vbs_reject ------ Mon May 13 04:36:52 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_req_vbs_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cm_serv_req_vbs_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(318)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(318)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(318)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(316)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(319)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(318)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(318)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(318)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(318)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(318)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(318)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(317)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(322)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000020" to be handled at TC_cm_serv_req_vbs_reject0(324) TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000020'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(317)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_req_vbs_reject0(324)10595549 MSC_Test_0-SCCP(316)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(317)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(316)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A1ACDD'O, sourceLocRef := '000029'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(322)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000020" handled at TC_cm_serv_req_vbs_reject0(324) MSC_Test-GSUP(322)@c3a6fa1a763d: Added IMSI table entry 0TC_cm_serv_req_vbs_reject0(324)"262420000000020" MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_from0 TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(316)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(317)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(317)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(317)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_req_vbs_reject0(324)10595549 TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1010'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000020'H, fillerDigit := omit } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(317)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_req_vbs_reject0(324)12672879 MSC_Test_0-SCCP(316)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(317)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(316)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C15F6F'O, sourceLocRef := '00002A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(316)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(316)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(316)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(318)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(316)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(317)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_req_vbs_reject0(324)12672879 TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(318)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_vbs_reject0(324)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(322)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(325)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(320)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(315)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(319)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(323)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(321)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(318)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(316)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(317)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(315): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(316): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(317): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(318): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(319): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(320): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(321): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(322): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(323): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cm_serv_req_vbs_reject0(324): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(325): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cm_serv_req_vbs_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_req_vbs_reject pass'. Mon May 13 04:36:54 UTC 2024 ====== MSC_Tests.TC_cm_serv_req_vbs_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cm_serv_req_vbs_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=224957) Waiting for packet dumper to finish... 1 (prev_count=224957, count=234328) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_req_vbs_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_req_lcs_reject'. ------ MSC_Tests.TC_cm_serv_req_lcs_reject ------ Mon May 13 04:36:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_req_lcs_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cm_serv_req_lcs_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(329)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(329)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(329)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(327)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(330)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(329)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(329)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(329)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(329)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(329)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(329)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(333)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000021" to be handled at TC_cm_serv_req_lcs_reject0(335) TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000021'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(328)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(328)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_req_lcs_reject0(335)5542131 MSC_Test_0-RAN(328)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(327)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(327)@c3a6fa1a763d: { messageType := 2, destLocRef := '5490F3'O, sourceLocRef := '00002B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(333)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000021" handled at TC_cm_serv_req_lcs_reject0(335) MSC_Test-GSUP(333)@c3a6fa1a763d: Added IMSI table entry 0TC_cm_serv_req_lcs_reject0(335)"262420000000021" TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(328)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(328)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(328)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_req_lcs_reject0(335)5542131 TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1011'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000021'H, fillerDigit := omit } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(328)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_req_lcs_reject0(335)16379216 MSC_Test_0-RAN(328)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(327)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(327)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F9ED50'O, sourceLocRef := '00002C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(327)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(327)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(327)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(329)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(327)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(329)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(328)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_req_lcs_reject0(335)16379216 TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_req_lcs_reject0(335)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(328)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(327)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(329)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(330)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(336)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(331)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(326)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(333)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(334)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(332)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(326): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(327): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(328): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(329): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(330): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(331): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(332): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(333): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(334): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cm_serv_req_lcs_reject0(335): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(336): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cm_serv_req_lcs_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_req_lcs_reject pass'. Mon May 13 04:36:59 UTC 2024 ====== MSC_Tests.TC_cm_serv_req_lcs_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cm_serv_req_lcs_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=91998) Waiting for packet dumper to finish... 1 (prev_count=91998, count=232398) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_req_lcs_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_reest_req_reject'. ------ MSC_Tests.TC_cm_reest_req_reject ------ Mon May 13 04:37:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_reest_req_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cm_reest_req_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(340)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(340)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(340)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(338)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(341)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(340)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(340)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(340)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(340)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(340)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(340)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(344)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000022" to be handled at TC_cm_reest_req_reject0(346) TC_cm_reest_req_reject0(346)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000022'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(339)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(339)@c3a6fa1a763d: Added conn table entry 0TC_cm_reest_req_reject0(346)625303 MSC_Test_0-SCCP(338)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(339)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(338)@c3a6fa1a763d: { messageType := 2, destLocRef := '098A97'O, sourceLocRef := '00002D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(344)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000022" handled at TC_cm_reest_req_reject0(346) MSC_Test-GSUP(344)@c3a6fa1a763d: Added IMSI table entry 0TC_cm_reest_req_reject0(346)"262420000000022" MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_from0 TC_cm_reest_req_reject0(346)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_cm_reest_req_reject0(346)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(338)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_reest_req_reject0(346)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(339)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(339)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(338)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(338)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(339)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_reest_req_reject0(346)625303 TC_cm_reest_req_reject0(346)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_cm_reest_req_reject0(346)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_reest_req_reject0(346)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_reest_req_reject0(346)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_reest_req_reject0(346)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMReEstablReq := { messageType := '101000'B, nsd := '00'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare := '0000'B, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000022'H, fillerDigit := omit } } } }, locationAreaIdentification := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(339)@c3a6fa1a763d: Added conn table entry 0TC_cm_reest_req_reject0(346)2418515 MSC_Test_0-RAN(339)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(338)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(338)@c3a6fa1a763d: { messageType := 2, destLocRef := '24E753'O, sourceLocRef := '00002E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(338)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(338)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(340)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(338)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(338)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(340)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(339)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_reest_req_reject0(346)2418515 TC_cm_reest_req_reject0(346)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_reest_req_reject0(346)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_reest_req_reject0(346)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_reest_req_reject0(346)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(340)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(345)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(344)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(341)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(337)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(343)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(342)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(338)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(347)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(339)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(337): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(338): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(339): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(340): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(341): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(342): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(343): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(344): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(345): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cm_reest_req_reject0(346): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(347): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cm_reest_req_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_reest_req_reject pass'. Mon May 13 04:37:04 UTC 2024 ====== MSC_Tests.TC_cm_reest_req_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cm_reest_req_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=233335) Waiting for packet dumper to finish... 1 (prev_count=233335, count=234412) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_reest_req_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_auth_2G_fail'. ------ MSC_Tests.TC_lu_auth_2G_fail ------ Mon May 13 04:37:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_auth_2G_fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_auth_2G_fail started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(351)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(351)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(351)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(349)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(352)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(351)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(351)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(351)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(351)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(351)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(351)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(350)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(355)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000023" to be handled at TC_lu_auth_2G_fail0(357) TC_lu_auth_2G_fail0(357)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000023'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(350)@c3a6fa1a763d: Added conn table entry 0TC_lu_auth_2G_fail0(357)13715241 MSC_Test_0-RAN(350)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(349)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(349)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D14729'O, sourceLocRef := '00002F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(355)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000023" handled at TC_lu_auth_2G_fail0(357) MSC_Test-GSUP(355)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_auth_2G_fail0(357)"262420000000023" MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(349)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(350)@c3a6fa1a763d: patching N(SD)=1 into dtap '051400000000'O MSC_Test_0-RAN(350)@c3a6fa1a763d: patched enc_l3: '055400000000'O MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(349)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055400000000'O MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(349)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(349)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(349)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(351)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(349)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(350)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_auth_2G_fail0(357)13715241 MSC_Test_0-M3UA(351)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_auth_2G_fail0(357)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_auth_2G_fail0(357)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_auth_2G_fail0(357)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_auth_2G_fail0(357)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(358)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(352)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(353)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(351)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(348)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(355)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(354)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(349)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(350)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(356)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(348): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(349): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(350): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(351): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(352): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(353): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(354): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(355): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(356): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_auth_2G_fail0(357): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(358): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_auth_2G_fail finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_auth_2G_fail pass'. Mon May 13 04:37:09 UTC 2024 ====== MSC_Tests.TC_lu_auth_2G_fail pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_auth_2G_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=30278) Waiting for packet dumper to finish... 1 (prev_count=30278, count=164350) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_auth_2G_fail pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13 ------ Mon May 13 04:37:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_13_13 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(362)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(362)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(362)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(360)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(363)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(362)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(362)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(362)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(362)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(362)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(362)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(361)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(366)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000024" to be handled at TC_lu_imsi_auth_tmsi_encr_13_130(368) TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000024'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(361)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_13_130(368)14470911 MSC_Test_0-SCCP(360)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(361)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(360)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DCCEFF'O, sourceLocRef := '000030'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(366)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000024" handled at TC_lu_imsi_auth_tmsi_encr_13_130(368) MSC_Test-GSUP(366)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_13_130(368)"262420000000024" MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(361)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514EF70A398'O MSC_Test_0-RAN(361)@c3a6fa1a763d: patched enc_l3: '0554EF70A398'O MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554EF70A398'O MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(361)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(361)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(360)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(360)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(360)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(362)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(360)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(361)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_13_130(368)14470911 TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(362)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_13_130(368)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(366)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(363)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(367)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(365)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(369)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(364)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(359)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(362)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(360)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(361)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(359): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(360): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(361): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(362): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(363): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(364): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(365): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(366): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(367): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_13_130(368): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(369): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_13_13 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13 pass'. Mon May 13 04:37:14 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=212243) Waiting for packet dumper to finish... 1 (prev_count=212243, count=213320) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cl3_no_payload'. ------ MSC_Tests.TC_cl3_no_payload ------ Mon May 13 04:37:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cl3_no_payload' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cl3_no_payload started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(373)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(373)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(373)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(371)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(374)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(373)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(373)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(373)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(373)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(373)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(373)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(372)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(372)@c3a6fa1a763d: Added conn table entry 0TC_cl3_no_payload0(379)16546658 MSC_Test_0-RAN(372)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(371)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(371)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FC7B62'O, sourceLocRef := '000031'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(371)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(371)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(371)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(371)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(371)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(371)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(371)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(371)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(371)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(373)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(371)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(373)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(372)@c3a6fa1a763d: Deleted conn table entry 0TC_cl3_no_payload0(379)16546658 TC_cl3_no_payload0(379)@c3a6fa1a763d: setverdict(pass): none -> pass TC_cl3_no_payload0(379)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cl3_no_payload0(379)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(372)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(371)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(376)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(370)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(374)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(373)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(380)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(377)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(375)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(378)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(370): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(371): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(372): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(373): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(374): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(375): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(376): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(377): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(378): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cl3_no_payload0(379): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(380): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cl3_no_payload finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cl3_no_payload pass'. Mon May 13 04:37:20 UTC 2024 ====== MSC_Tests.TC_cl3_no_payload pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cl3_no_payload.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=30268) Waiting for packet dumper to finish... 1 (prev_count=30268, count=116539) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cl3_no_payload pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cl3_rnd_payload'. ------ MSC_Tests.TC_cl3_rnd_payload ------ Mon May 13 04:37:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cl3_rnd_payload' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cl3_rnd_payload started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(384)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(384)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(384)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(382)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(385)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(384)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(384)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(384)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(384)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(384)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(384)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(383)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(383)@c3a6fa1a763d: Added conn table entry 0TC_cl3_rnd_payload0(390)9371760 MSC_Test_0-RAN(383)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(382)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(382)@c3a6fa1a763d: { messageType := 2, destLocRef := '8F0070'O, sourceLocRef := '000032'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(382)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(382)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(382)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(382)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(382)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(382)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(382)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(382)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(382)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(384)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(382)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(383)@c3a6fa1a763d: Deleted conn table entry 0TC_cl3_rnd_payload0(390)9371760 MSC_Test_0-M3UA(384)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_cl3_rnd_payload0(390)@c3a6fa1a763d: setverdict(pass): none -> pass TC_cl3_rnd_payload0(390)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cl3_rnd_payload0(390)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-SMPP(389)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(387)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(388)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(391)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(385)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(386)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(381)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(383)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(384)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(382)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(381): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(382): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(383): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(384): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(385): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(386): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(387): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(388): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(389): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cl3_rnd_payload0(390): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(391): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cl3_rnd_payload finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cl3_rnd_payload pass'. Mon May 13 04:37:25 UTC 2024 ====== MSC_Tests.TC_cl3_rnd_payload pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cl3_rnd_payload.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=25038) Waiting for packet dumper to finish... 1 (prev_count=25038, count=117356) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cl3_rnd_payload pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_establish_and_nothing'. ------ MSC_Tests.TC_establish_and_nothing ------ Mon May 13 04:37:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_establish_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_establish_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(395)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(395)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(395)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(393)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(396)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(395)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(395)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(395)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(395)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(395)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(395)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(399)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000027" to be handled at TC_establish_and_nothing0(401) TC_establish_and_nothing0(401)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000027'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(394)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(394)@c3a6fa1a763d: Added conn table entry 0TC_establish_and_nothing0(401)11793786 MSC_Test_0-SCCP(393)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(394)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(393)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B3F57A'O, sourceLocRef := '000033'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(399)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000027" handled at TC_establish_and_nothing0(401) MSC_Test-GSUP(399)@c3a6fa1a763d: Added IMSI table entry 0TC_establish_and_nothing0(401)"262420000000027" MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_from0 TC_establish_and_nothing0(401)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(393)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(394)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(394)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(394)@c3a6fa1a763d: Deleted conn table entry 0TC_establish_and_nothing0(401)11793786 TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_establish_and_nothing0(401)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_establish_and_nothing0(401)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '9D9915FF'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(394)@c3a6fa1a763d: Added conn table entry 0TC_establish_and_nothing0(401)414869 MSC_Test_0-RAN(394)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(393)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(393)@c3a6fa1a763d: { messageType := 2, destLocRef := '065495'O, sourceLocRef := '000034'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_establish_and_nothing0(401)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(393)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(393)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(395)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(393)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(393)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(395)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(394)@c3a6fa1a763d: Deleted conn table entry 0TC_establish_and_nothing0(401)414869 TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_establish_and_nothing0(401)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_establish_and_nothing0(401)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_establish_and_nothing0(401)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(395)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(400)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(392)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(399)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(397)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(396)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(393)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(398)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(394)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(402)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(392): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(393): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(394): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(395): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(396): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(397): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(398): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(399): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(400): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_establish_and_nothing0(401): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(402): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_establish_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_establish_and_nothing pass'. Mon May 13 04:37:35 UTC 2024 ====== MSC_Tests.TC_establish_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_establish_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=196994) Waiting for packet dumper to finish... 1 (prev_count=196994, count=253826) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_establish_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_setup_and_nothing'. ------ MSC_Tests.TC_mo_setup_and_nothing ------ Mon May 13 04:37:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_setup_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_setup_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(406)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(406)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(406)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(404)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(407)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(406)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(406)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(406)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(406)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(406)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(406)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(405)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(410)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000028" to be handled at TC_mo_setup_and_nothing0(412) TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000028'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(405)@c3a6fa1a763d: Added conn table entry 0TC_mo_setup_and_nothing0(412)4638001 MSC_Test_0-SCCP(404)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(404)@c3a6fa1a763d: { messageType := 2, destLocRef := '46C531'O, sourceLocRef := '000035'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(405)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(410)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000028" handled at TC_mo_setup_and_nothing0(412) MSC_Test-GSUP(410)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_setup_and_nothing0(412)"262420000000028" MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(405)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(405)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(405)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_setup_and_nothing0(412)4638001 TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(405)@c3a6fa1a763d: Added conn table entry 0TC_mo_setup_and_nothing0(412)2877211 TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6CECE1DE'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(405)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(404)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(404)@c3a6fa1a763d: { messageType := 2, destLocRef := '2BE71B'O, sourceLocRef := '000036'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(407)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_setup_and_nothing0(412) MSC_Test-MGCP(408)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_setup_and_nothing0(412) MSC_Test_0-RAN(405)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(405)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(408)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "37", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_setup_and_nothing0(412) MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(404)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(404)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(404)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(406)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(404)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(406)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(405)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_setup_and_nothing0(412)2877211 TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_nothing0(412)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(404)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(408)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(406)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(407)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(409)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(411)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(413)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(405)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(410)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(403)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(403): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(404): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(405): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(406): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(407): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(408): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(409): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(410): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(411): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_setup_and_nothing0(412): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(413): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_setup_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_setup_and_nothing pass'. Mon May 13 04:37:44 UTC 2024 ====== MSC_Tests.TC_mo_setup_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_setup_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=293313) Waiting for packet dumper to finish... 1 (prev_count=293313, count=294390) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_setup_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_crcx_ran_timeout'. ------ MSC_Tests.TC_mo_crcx_ran_timeout ------ Mon May 13 04:37:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_crcx_ran_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_crcx_ran_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(417)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(417)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(417)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(415)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(418)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(417)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(417)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(417)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(417)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(417)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(417)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(421)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000029" to be handled at TC_mo_crcx_ran_timeout0(423) TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000029'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(416)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(416)@c3a6fa1a763d: Added conn table entry 0TC_mo_crcx_ran_timeout0(423)1137642 MSC_Test_0-SCCP(415)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(416)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(415)@c3a6fa1a763d: { messageType := 2, destLocRef := '115BEA'O, sourceLocRef := '000037'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(421)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000029" handled at TC_mo_crcx_ran_timeout0(423) MSC_Test-GSUP(421)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_crcx_ran_timeout0(423)"262420000000029" MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(415)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(416)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(416)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(415)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(415)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(416)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_crcx_ran_timeout0(423)1137642 TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0A753E34'O ("\nu>4") } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(416)@c3a6fa1a763d: Added conn table entry 0TC_mo_crcx_ran_timeout0(423)15242822 MSC_Test_0-RAN(416)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(415)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(415)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E89646'O, sourceLocRef := '000038'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(418)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_crcx_ran_timeout0(423) MSC_Test-MGCP(419)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_crcx_ran_timeout0(423) MSC_Test_0-RAN(416)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(416)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(419)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "38", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_crcx_ran_timeout0(423) TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(418)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_mo_crcx_ran_timeout0(423) MSC_Test-MNCC(418)@c3a6fa1a763d: Added conn table entry 0TC_mo_crcx_ran_timeout0(423)-2147483641 TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: f_mo_call_establish DONE TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(418)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_crcx_ran_timeout0(423)-2147483641 MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(415)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(415)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(415)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(417)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(415)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(417)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(416)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_crcx_ran_timeout0(423)15242822 TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_timeout0(423)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(417)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(416)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(418)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(414)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(420)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(424)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(422)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(419)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(415)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(421)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(414): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(415): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(416): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(417): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(418): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(419): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(420): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(421): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(422): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_crcx_ran_timeout0(423): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(424): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_crcx_ran_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_crcx_ran_timeout pass'. Mon May 13 04:37:53 UTC 2024 ====== MSC_Tests.TC_mo_crcx_ran_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_crcx_ran_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=302616) Waiting for packet dumper to finish... 1 (prev_count=302616, count=304845) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_crcx_ran_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_crcx_ran_reject'. ------ MSC_Tests.TC_mo_crcx_ran_reject ------ Mon May 13 04:37:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_crcx_ran_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_crcx_ran_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(428)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(428)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(428)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(426)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(429)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(428)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(428)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(428)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(428)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(428)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(428)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(432)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000030" to be handled at TC_mo_crcx_ran_reject0(434) TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000030'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(427)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(427)@c3a6fa1a763d: Added conn table entry 0TC_mo_crcx_ran_reject0(434)8366103 MSC_Test_0-SCCP(426)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(427)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: { messageType := 2, destLocRef := '7FA817'O, sourceLocRef := '000039'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(432)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000030" handled at TC_mo_crcx_ran_reject0(434) MSC_Test-GSUP(432)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_crcx_ran_reject0(434)"262420000000030" MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(427)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(427)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(427)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_crcx_ran_reject0(434)8366103 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0509F48A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(427)@c3a6fa1a763d: Added conn table entry 0TC_mo_crcx_ran_reject0(434)16150382 MSC_Test_0-SCCP(426)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(427)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F66F6E'O, sourceLocRef := '00003A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(429)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_crcx_ran_reject0(434) MSC_Test-MGCP(430)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_crcx_ran_reject0(434) MSC_Test_0-RAN(427)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(427)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test-MGCP(430)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "41", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "9" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_crcx_ran_reject0(434) MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: f_mo_call_establish DONE TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(426)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(428)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(427)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_crcx_ran_reject0(434)16150382 TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_crcx_ran_reject0(434)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(426)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(429)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(433)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(431)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(430)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(432)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(428)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(425)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(427)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(435)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(425): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(426): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(427): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(428): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(429): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(430): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(431): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(432): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(433): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_crcx_ran_reject0(434): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(435): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_crcx_ran_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_crcx_ran_reject pass'. Mon May 13 04:37:59 UTC 2024 ====== MSC_Tests.TC_mo_crcx_ran_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_crcx_ran_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=295682) Waiting for packet dumper to finish... 1 (prev_count=295682, count=296759) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_crcx_ran_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_crcx_ran_reject'. ------ MSC_Tests.TC_mt_crcx_ran_reject ------ Mon May 13 04:38:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_crcx_ran_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mt_crcx_ran_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(439)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(439)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(439)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(437)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(440)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(443)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000031" to be handled at TC_mt_crcx_ran_reject0(445) TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000031'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(439)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(439)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(439)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(439)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(439)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(439)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(438)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(438)@c3a6fa1a763d: Added conn table entry 0TC_mt_crcx_ran_reject0(445)14771248 MSC_Test_0-SCCP(437)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(438)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E16430'O, sourceLocRef := '00003B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(443)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000031" handled at TC_mt_crcx_ran_reject0(445) MSC_Test-GSUP(443)@c3a6fa1a763d: Added IMSI table entry 0TC_mt_crcx_ran_reject0(445)"262420000000031" MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(438)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(438)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(438)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_crcx_ran_reject0(445)14771248 TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(438)@c3a6fa1a763d: Created IMSI[0] for '262420000000031'H'11B25C31'O to be handled at TC_mt_crcx_ran_reject0(445) MSC_Test-MNCC(440)@c3a6fa1a763d: Added conn table entry 0TC_mt_crcx_ran_reject0(445)1501859551 MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(438)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_mt_crcx_ran_reject0(445) TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '11B25C31'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(438)@c3a6fa1a763d: Added conn table entry 0TC_mt_crcx_ran_reject0(445)12521261 MSC_Test_0-SCCP(437)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: { messageType := 2, destLocRef := 'BF0F2D'O, sourceLocRef := '00003C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MGCP(441)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mt_crcx_ran_reject0(445) MSC_Test_0-RAN(438)@c3a6fa1a763d: patching N(SD)=0 into dtap '8308'O MSC_Test_0-RAN(438)@c3a6fa1a763d: patched enc_l3: '8308'O MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028308'O MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(441)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "42", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "a" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mt_crcx_ran_reject0(445) MSC_Test-MNCC(440)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_crcx_ran_reject0(445)1501859551 MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(437)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(438)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_crcx_ran_reject0(445)12521261 TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_crcx_ran_reject0(445)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(439)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(440)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(437)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(438)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(441)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(444)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(436)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(442)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(446)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(443)@c3a6fa1a763d: Final verdict of PTC: none Mon May 13 04:38:04 UTC 2024 ====== MSC_Tests.TC_mt_crcx_ran_reject pass ====== MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(436): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(437): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(438): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(439): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(440): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(441): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(442): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(443): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(444): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mt_crcx_ran_reject0(445): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(446): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mt_crcx_ran_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_crcx_ran_reject pass'. Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mt_crcx_ran_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=238181) Waiting for packet dumper to finish... 1 (prev_count=238181, count=303595) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_crcx_ran_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_setup_and_dtmf_dup'. ------ MSC_Tests.TC_mo_setup_and_dtmf_dup ------ Mon May 13 04:38:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_setup_and_dtmf_dup' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_setup_and_dtmf_dup started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(450)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(450)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(450)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(448)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(451)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(450)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(450)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(450)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(450)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(450)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(450)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(454)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000039" to be handled at TC_mo_setup_and_dtmf_dup0(456) TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000039'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(449)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(449)@c3a6fa1a763d: Added conn table entry 0TC_mo_setup_and_dtmf_dup0(456)15753129 MSC_Test_0-RAN(449)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(448)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F05FA9'O, sourceLocRef := '00003D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test-GSUP(454)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000039" handled at TC_mo_setup_and_dtmf_dup0(456) MSC_Test-GSUP(454)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_setup_and_dtmf_dup0(456)"262420000000039" MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(449)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(449)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(449)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_setup_and_dtmf_dup0(456)15753129 TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '08448175'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(449)@c3a6fa1a763d: Added conn table entry 0TC_mo_setup_and_dtmf_dup0(456)16564454 MSC_Test_0-RAN(449)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(448)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FCC0E6'O, sourceLocRef := '00003E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(451)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_setup_and_dtmf_dup0(456) MSC_Test-MGCP(452)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_setup_and_dtmf_dup0(456) MSC_Test_0-RAN(449)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(449)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test-MGCP(452)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "43", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "b" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_setup_and_dtmf_dup0(456) TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(451)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_mo_setup_and_dtmf_dup0(456) MSC_Test-MNCC(451)@c3a6fa1a763d: Added conn table entry 0TC_mo_setup_and_dtmf_dup0(456)-2147483639 TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "46", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "b" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "b", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(449)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(449)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_call_establish DONE TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(449)@c3a6fa1a763d: patching N(SD)=3 into dtap '03352C32'O MSC_Test_0-RAN(449)@c3a6fa1a763d: patched enc_l3: '03F52C32'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:7 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000403F52C32'O TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_seq_dtmf_dup() 1: got first START_DTMF_ind TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: Warning: Re-starting timer T, which is already active (running or expired). MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:7 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000403F52C32'O MSC_Test_0-RAN(449)@c3a6fa1a763d: patching N(SD)=0 into dtap '03352C33'O MSC_Test_0-RAN(449)@c3a6fa1a763d: patched enc_l3: '03352C33'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:7 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000403352C33'O TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_mo_seq_dtmf_dup() 3: got second START_DTMF_ind TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(449)@c3a6fa1a763d: patching N(SD)=1 into dtap '032D0802E180'O MSC_Test_0-RAN(449)@c3a6fa1a763d: patched enc_l3: '036D0802E180'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test-MNCC(451)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_setup_and_dtmf_dup0(456)-2147483639 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006036D0802E180'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(448)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(448)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(450)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(448)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(448)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(450)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(449)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_setup_and_dtmf_dup0(456)16564454 TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: f_call_hangup 9: done TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_setup_and_dtmf_dup0(456)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(451)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(455)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(447)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(452)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(448)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(457)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(454)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(450)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(449)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(453)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(447): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(448): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(449): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(450): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(451): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(452): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(453): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(454): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(455): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_setup_and_dtmf_dup0(456): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(457): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_setup_and_dtmf_dup finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_setup_and_dtmf_dup pass'. Mon May 13 04:38:12 UTC 2024 ====== MSC_Tests.TC_mo_setup_and_dtmf_dup pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_setup_and_dtmf_dup.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=422915) Waiting for packet dumper to finish... 1 (prev_count=422915, count=423992) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_setup_and_dtmf_dup pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_t310'. ------ MSC_Tests.TC_mt_t310 ------ Mon May 13 04:38:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_t310' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mt_t310 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(461)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(461)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(461)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(459)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(462)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(461)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(461)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(461)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(461)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(461)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(460)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(465)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000032" to be handled at TC_mt_t3100(467) TC_mt_t3100(467)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000032'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(460)@c3a6fa1a763d: Added conn table entry 0TC_mt_t3100(467)2158383 MSC_Test_0-SCCP(459)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(460)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(459)@c3a6fa1a763d: { messageType := 2, destLocRef := '20EF2F'O, sourceLocRef := '00003F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test-GSUP(465)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000032" handled at TC_mt_t3100(467) MSC_Test-GSUP(465)@c3a6fa1a763d: Added IMSI table entry 0TC_mt_t3100(467)"262420000000032" MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mt_t3100(467)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(460)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(460)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(460)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_t3100(467)2158383 TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_t3100(467)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(460)@c3a6fa1a763d: Created IMSI[0] for '262420000000032'H'6281AFAA'O to be handled at TC_mt_t3100(467) MSC_Test-MNCC(462)@c3a6fa1a763d: Added conn table entry 0TC_mt_t3100(467)57635034 MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(460)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_mt_t3100(467) MSC_Test_0-RAN(460)@c3a6fa1a763d: Added conn table entry 0TC_mt_t3100(467)6319756 TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(459)@c3a6fa1a763d: First idle individual index:0 TC_mt_t3100(467)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6281AFAA'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(459)@c3a6fa1a763d: { messageType := 2, destLocRef := '606E8C'O, sourceLocRef := '000040'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mt_t3100(467)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MGCP(463)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mt_t3100(467) MSC_Test_0-RAN(460)@c3a6fa1a763d: patching N(SD)=0 into dtap '8308'O MSC_Test_0-RAN(460)@c3a6fa1a763d: patched enc_l3: '8308'O MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028308'O MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(463)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "49", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "c" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mt_t3100(467) MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mt_t3100(467)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_mt_t3100(467)@c3a6fa1a763d: Rx MNCC DISC.ind, T310.read yields 29.974123 TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(460)@c3a6fa1a763d: patching N(SD)=1 into dtap '832A'O MSC_Test_0-RAN(460)@c3a6fa1a763d: patched enc_l3: '836A'O MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002836A'O MSC_Test-MNCC(462)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_t3100(467)57635034 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(459)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(459)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(459)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(461)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(459)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(460)@c3a6fa1a763d: Deleted conn table entry 0TC_mt_t3100(467)6319756 MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(461)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_t3100(467)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mt_t3100(467)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(459)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(466)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(458)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(460)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(468)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(465)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(463)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(462)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(461)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(464)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(458): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(459): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(460): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(461): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(462): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(463): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(464): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(465): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(466): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mt_t3100(467): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(468): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mt_t310 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_t310 pass'. Mon May 13 04:38:47 UTC 2024 ====== MSC_Tests.TC_mt_t310 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mt_t310.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=370804) Waiting for packet dumper to finish... 1 (prev_count=370804, count=371881) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_t310 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_cancel'. ------ MSC_Tests.TC_gsup_cancel ------ Mon May 13 04:38:50 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_cancel' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_cancel started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(472)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(472)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(472)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(470)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(473)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(472)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(472)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(472)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(472)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(472)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(472)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(476)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000033" to be handled at TC_gsup_cancel0(478) TC_gsup_cancel0(478)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000033'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(471)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(471)@c3a6fa1a763d: Added conn table entry 0TC_gsup_cancel0(478)2974688 MSC_Test_0-RAN(471)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(470)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: { messageType := 2, destLocRef := '2D63E0'O, sourceLocRef := '000041'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(476)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000033" handled at TC_gsup_cancel0(478) MSC_Test-GSUP(476)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_cancel0(478)"262420000000033" MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_gsup_cancel0(478)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(471)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(471)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(471)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_cancel0(478)2974688 TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_cancel0(478)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2BE3BA15'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(471)@c3a6fa1a763d: Added conn table entry 0TC_gsup_cancel0(478)6147100 MSC_Test_0-RAN(471)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(470)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: { messageType := 2, destLocRef := '5DCC1C'O, sourceLocRef := '000042'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(473)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_gsup_cancel0(478) MSC_Test-MGCP(474)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_gsup_cancel0(478) MSC_Test_0-RAN(471)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(471)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(474)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "54", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "d" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_gsup_cancel0(478) TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(473)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_gsup_cancel0(478) MSC_Test-MNCC(473)@c3a6fa1a763d: Added conn table entry 0TC_gsup_cancel0(478)-2147483638 MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_gsup_cancel0(478)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "57", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "d" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "d", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(471)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(471)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_gsup_cancel0(478)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_gsup_cancel0(478)@c3a6fa1a763d: f_mo_call_establish DONE TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: Hold the call for some time TC_gsup_cancel0(478)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: Hangup TC_gsup_cancel0(478)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_gsup_cancel0(478)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(471)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(471)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(473)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_cancel0(478)-2147483638 MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_cancel0(478)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_gsup_cancel0(478)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_cancel0(478)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(471)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_cancel0(478)6147100 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_cancel0(478)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: f_call_hangup 9: done TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000033'H, fillerDigit := omit } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(471)@c3a6fa1a763d: Added conn table entry 0TC_gsup_cancel0(478)12783271 MSC_Test_0-RAN(471)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(470)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C30EA7'O, sourceLocRef := '000043'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(470)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(470)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(470)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(472)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(470)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(472)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(471)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_cancel0(478)12783271 TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_cancel0(478)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(470)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(471)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(473)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(477)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(476)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(475)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(474)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(469)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(472)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(479)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(469): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(470): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(471): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(472): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(473): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(474): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(475): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(476): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(477): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_cancel0(478): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(479): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_cancel finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_cancel pass'. Mon May 13 04:38:59 UTC 2024 ====== MSC_Tests.TC_gsup_cancel pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_cancel.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=463280) Waiting for packet dumper to finish... 1 (prev_count=463280, count=464357) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_cancel pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13 ------ Mon May 13 04:39:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_1_13 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(483)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(483)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(483)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(481)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(484)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(483)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(483)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(483)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(483)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(483)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(483)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(482)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(487)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000034" to be handled at TC_lu_imsi_auth_tmsi_encr_1_130(489) TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000034'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(482)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_1_130(489)10636438 MSC_Test_0-RAN(482)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(481)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(481)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A24C96'O, sourceLocRef := '000044'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(487)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000034" handled at TC_lu_imsi_auth_tmsi_encr_1_130(489) MSC_Test-GSUP(487)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_1_130(489)"262420000000034" MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(482)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142D1E9BED'O MSC_Test_0-RAN(482)@c3a6fa1a763d: patched enc_l3: '05542D1E9BED'O MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605542D1E9BED'O MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C02'O MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(482)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(482)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(481)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(481)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(481)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(483)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(481)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(483)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(482)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_1_130(489)10636438 TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_1_130(489)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(487)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(481)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(480)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(488)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(485)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(483)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(486)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(490)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(484)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(482)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(480): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(481): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(482): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(483): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(484): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(485): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(486): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(487): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(488): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_1_130(489): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(490): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_1_13 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13 pass'. Mon May 13 04:39:04 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=27976) Waiting for packet dumper to finish... 1 (prev_count=27976, count=213453) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13 ------ Mon May 13 04:39:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_13 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(494)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(494)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(494)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(492)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(495)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(494)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(494)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(494)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(494)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(494)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(494)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(493)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(498)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000035" to be handled at TC_lu_imsi_auth_tmsi_encr_3_130(500) TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000035'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(493)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_130(500)7838916 MSC_Test_0-RAN(493)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(492)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(492)@c3a6fa1a763d: { messageType := 2, destLocRef := '779CC4'O, sourceLocRef := '000045'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(498)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000035" handled at TC_lu_imsi_auth_tmsi_encr_3_130(500) MSC_Test-GSUP(498)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_3_130(500)"262420000000035" TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(493)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E55C0D95'O MSC_Test_0-RAN(493)@c3a6fa1a763d: patched enc_l3: '0554E55C0D95'O MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554E55C0D95'O MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(493)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(493)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(492)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(492)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(492)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(494)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(492)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(493)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_130(500)7838916 MSC_Test_0-M3UA(494)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_130(500)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(498)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(494)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(495)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(492)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(496)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(491)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(499)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(501)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(493)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(497)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(491): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(492): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(493): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(494): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(495): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(496): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(497): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(498): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(499): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_3_130(500): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(501): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_13 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13 pass'. Mon May 13 04:39:09 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=212930) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1 ------ Mon May 13 04:39:11 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_1 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(505)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(505)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(505)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(503)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(506)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(509)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000360" to be handled at TC_lu_imsi_auth_tmsi_encr_3_10(511) TC_lu_imsi_auth_tmsi_encr_3_10(511)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000360'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(505)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(505)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(505)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(505)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(505)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(505)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(504)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(504)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_10(511)6068054 MSC_Test_0-RAN(504)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(503)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(503)@c3a6fa1a763d: { messageType := 2, destLocRef := '5C9756'O, sourceLocRef := '000046'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(509)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000360" handled at TC_lu_imsi_auth_tmsi_encr_3_10(511) MSC_Test-GSUP(509)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_3_10(511)"262420000000360" MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(503)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524900'O MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(504)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514C50F714C'O MSC_Test_0-RAN(504)@c3a6fa1a763d: patched enc_l3: '0554C50F714C'O MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(503)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554C50F714C'O MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(503)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(503)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(503)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(505)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(503)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(505)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(504)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_10(511)6068054 TC_lu_imsi_auth_tmsi_encr_3_10(511)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_imsi_auth_tmsi_encr_3_10(511)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_imsi_auth_tmsi_encr_3_10(511)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_10(511)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_10(511)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(506)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(503)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(505)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(510)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(507)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(512)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(508)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(504)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(509)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(502)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(502): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(503): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(504): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(505): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(506): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(507): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(508): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(509): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(510): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_3_10(511): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(512): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_1 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1 pass'. Mon May 13 04:39:13 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=35203) Waiting for packet dumper to finish... 1 (prev_count=35203, count=167027) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm ------ Mon May 13 04:39:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_1_no_cm started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(516)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(516)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(516)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(514)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(517)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(516)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(516)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(516)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(516)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(516)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(516)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(520)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000361" to be handled at TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522) MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000361'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(515)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(515)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)4049898 MSC_Test_0-SCCP(514)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(515)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(514)@c3a6fa1a763d: { messageType := 2, destLocRef := '3DCBEA'O, sourceLocRef := '000047'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test-GSUP(520)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000361" handled at TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522) MSC_Test-GSUP(520)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)"262420000000361" MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(515)@c3a6fa1a763d: patching N(SD)=1 into dtap '051404063A63'O MSC_Test_0-RAN(515)@c3a6fa1a763d: patched enc_l3: '055404063A63'O MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(514)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055404063A63'O MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(514)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524900'O MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(514)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(514)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(514)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(516)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(516)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(514)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(515)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)4049898 TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(520)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(514)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(517)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(516)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(513)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(521)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(518)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(519)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(515)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(523)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(513): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(514): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(515): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(516): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(517): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(518): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(519): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(520): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(521): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_3_1_no_cm0(522): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(523): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_1_no_cm finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm pass'. Mon May 13 04:39:18 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=172980) Waiting for packet dumper to finish... 1 (prev_count=172980, count=174057) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2 ------ Mon May 13 04:39:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_13_2 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(527)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(527)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(527)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(525)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(528)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(527)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(527)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(527)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(527)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(527)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(527)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(531)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000037" to be handled at TC_lu_imsi_auth_tmsi_encr_13_20(533) TC_lu_imsi_auth_tmsi_encr_13_20(533)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '1'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000037'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(526)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(526)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_13_20(533)613626 MSC_Test_0-SCCP(525)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(526)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(531)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000037" handled at TC_lu_imsi_auth_tmsi_encr_13_20(533) MSC_Test-GSUP(531)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_13_20(533)"262420000000037" MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(525)@c3a6fa1a763d: { messageType := 2, destLocRef := '095CFA'O, sourceLocRef := '000048'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(525)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00065412035A4901'O MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(526)@c3a6fa1a763d: patching N(SD)=1 into dtap '051458323C7D'O MSC_Test_0-RAN(526)@c3a6fa1a763d: patched enc_l3: '055458323C7D'O MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(525)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055458323C7D'O MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(525)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(525)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(525)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(527)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(525)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(527)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth_tmsi_encr_13_20(533)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_imsi_auth_tmsi_encr_13_20(533)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_imsi_auth_tmsi_encr_13_20(533)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_13_20(533)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_13_20(533)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(526)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_13_20(533)613626 MSC_Test_0-SCCP(525)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(530)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(524)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(534)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(531)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(526)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(529)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(532)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(528)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(527)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(524): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(525): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(526): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(527): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(528): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(529): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(530): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(531): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(532): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_13_20(533): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(534): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_13_2 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2 pass'. Mon May 13 04:39:24 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=165760) Waiting for packet dumper to finish... 1 (prev_count=165760, count=166837) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2 ------ Mon May 13 04:39:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_013_2 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(538)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(538)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(538)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(536)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(539)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(538)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(538)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(538)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(538)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(538)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(538)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(542)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000038" to be handled at TC_lu_imsi_auth_tmsi_encr_013_20(544) TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '1'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000038'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(537)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(537)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_013_20(544)805795 MSC_Test_0-SCCP(536)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(537)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(536)@c3a6fa1a763d: { messageType := 2, destLocRef := '0C4BA3'O, sourceLocRef := '000049'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(542)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000038" handled at TC_lu_imsi_auth_tmsi_encr_013_20(544) MSC_Test-GSUP(542)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_013_20(544)"262420000000038" MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00065412035A4901'O MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(537)@c3a6fa1a763d: patching N(SD)=1 into dtap '05141FD1917F'O MSC_Test_0-RAN(537)@c3a6fa1a763d: patched enc_l3: '05541FD1917F'O MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605541FD1917F'O MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C01'O MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(537)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(537)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(536)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(536)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(536)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(538)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(536)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(538)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(537)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_013_20(544)805795 TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_013_20(544)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(542)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(537)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(536)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(538)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(545)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(535)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(540)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(543)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(539)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(541)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(535): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(536): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(537): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(538): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(539): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(540): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(541): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(542): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(543): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_013_20(544): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(545): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_013_2 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2 pass'. Mon May 13 04:39:29 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=34557) Waiting for packet dumper to finish... 1 (prev_count=34557, count=212609) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1 ------ Mon May 13 04:39:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_0134_1 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(549)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(549)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(549)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(547)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(550)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(549)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(549)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(549)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(549)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(549)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(549)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(548)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(553)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000039" to be handled at TC_lu_imsi_auth_tmsi_encr_0134_10(555) TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000039'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(548)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_0134_10(555)4642212 MSC_Test_0-SCCP(547)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(553)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000039" handled at TC_lu_imsi_auth_tmsi_encr_0134_10(555) MSC_Test-GSUP(553)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_0134_10(555)"262420000000039" MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: { messageType := 2, destLocRef := '46D5A4'O, sourceLocRef := '00004A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(548)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524900'O TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(548)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D2BB37ED210478DA09B5'O MSC_Test_0-RAN(548)@c3a6fa1a763d: patched enc_l3: '0554D2BB37ED210478DA09B5'O MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0554D2BB37ED210478DA09B5'O MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524900'O MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C02'O MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(548)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(548)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(547)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(547)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(547)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(549)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(547)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(549)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(548)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_0134_10(555)4642212 TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_10(555)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(550)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(552)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(549)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(547)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(546)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(553)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(551)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(554)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(556)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(548)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(546): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(547): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(548): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(549): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(550): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(551): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(552): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(553): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(554): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_0134_10(555): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(556): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_0134_1 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1 pass'. Mon May 13 04:39:34 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=230161) Waiting for packet dumper to finish... 1 (prev_count=230161, count=231238) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34 ------ Mon May 13 04:39:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_0134_34 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(560)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(560)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(560)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(558)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(561)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(560)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(560)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(560)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(560)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(560)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(560)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(564)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000040" to be handled at TC_lu_imsi_auth_tmsi_encr_0134_340(566) TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '1'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000040'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(559)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(559)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_0134_340(566)8470040 MSC_Test_0-SCCP(558)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(559)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(558)@c3a6fa1a763d: { messageType := 2, destLocRef := '813E18'O, sourceLocRef := '00004B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(564)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000040" handled at TC_lu_imsi_auth_tmsi_encr_0134_340(566) MSC_Test-GSUP(564)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_0134_340(566)"262420000000040" MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(558)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00095412035A4982130101'O TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(559)@c3a6fa1a763d: patching N(SD)=1 into dtap '051422850524210456F6AB1F'O MSC_Test_0-RAN(559)@c3a6fa1a763d: patched enc_l3: '055422850524210456F6AB1F'O MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(558)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055422850524210456F6AB1F'O MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(558)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C05'O MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(559)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(559)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(558)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(558)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(558)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(558)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(560)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(560)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(559)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_0134_340(566)8470040 TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_340(566)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(560)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(558)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(557)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(564)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(563)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(565)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(561)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(562)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(567)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(559)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(557): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(558): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(559): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(560): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(561): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(562): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(563): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(564): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(565): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_0134_340(566): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(567): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_0134_34 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34 pass'. Mon May 13 04:39:40 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=213202) Waiting for packet dumper to finish... 1 (prev_count=213202, count=214279) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3 ------ Mon May 13 04:39:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3 started. MSC_Test_0-M3UA(571)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(571)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(571)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(569)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(572)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(571)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(571)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(571)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(571)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(571)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(571)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(575)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000041" to be handled at TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577) TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '1'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000041'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(570)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(570)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)10463917 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(569)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(569)@c3a6fa1a763d: { messageType := 2, destLocRef := '9FAAAD'O, sourceLocRef := '00004C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(575)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000041" handled at TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577) MSC_Test-GSUP(575)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)"262420000000041" MSC_Test_0-RAN(570)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00065412035A4902'O MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(570)@c3a6fa1a763d: patching N(SD)=1 into dtap '051499987A992104906F1918'O MSC_Test_0-RAN(570)@c3a6fa1a763d: patched enc_l3: '055499987A992104906F1918'O MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055499987A992104906F1918'O MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00065412035A4902'O MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(570)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(570)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(569)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(569)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(569)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(571)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(569)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(571)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(570)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)10463917 TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(572)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(576)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(568)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(573)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(575)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(569)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(574)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(571)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(570)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(578)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(568): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(569): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(570): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(571): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(572): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(573): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(574): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(575): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(576): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm30(577): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(578): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3 pass'. Mon May 13 04:39:45 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=226498) Waiting for packet dumper to finish... 1 (prev_count=226498, count=227575) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_release_timeout'. ------ MSC_Tests.TC_mo_release_timeout ------ Mon May 13 04:39:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_release_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_release_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(582)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(582)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(582)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(580)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(583)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(582)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(582)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(582)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(582)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(582)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(582)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(586)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000040" to be handled at TC_mo_release_timeout0(588) TC_mo_release_timeout0(588)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000040'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(581)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(581)@c3a6fa1a763d: Added conn table entry 0TC_mo_release_timeout0(588)996048 MSC_Test_0-SCCP(580)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(581)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(580)@c3a6fa1a763d: { messageType := 2, destLocRef := '0F32D0'O, sourceLocRef := '00004D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(586)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000040" handled at TC_mo_release_timeout0(588) MSC_Test-GSUP(586)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_release_timeout0(588)"262420000000040" MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_mo_release_timeout0(588)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(581)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(581)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(581)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_release_timeout0(588)996048 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_release_timeout0(588)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_release_timeout0(588)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0E76FA8D'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(581)@c3a6fa1a763d: Added conn table entry 0TC_mo_release_timeout0(588)9661902 MSC_Test_0-SCCP(580)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(581)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(580)@c3a6fa1a763d: { messageType := 2, destLocRef := '936DCE'O, sourceLocRef := '00004E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_mo_release_timeout0(588)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(583)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_release_timeout0(588) MSC_Test-MGCP(584)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_release_timeout0(588) MSC_Test_0-RAN(581)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(581)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(584)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "60", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "e" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_release_timeout0(588) TC_mo_release_timeout0(588)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(583)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_mo_release_timeout0(588) MSC_Test-MNCC(583)@c3a6fa1a763d: Added conn table entry 0TC_mo_release_timeout0(588)-2147483637 TC_mo_release_timeout0(588)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_mo_release_timeout0(588)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX TC_mo_release_timeout0(588)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mo_release_timeout0(588)@c3a6fa1a763d: f_mo_call_establish DONE TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(583)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_release_timeout0(588)-2147483637 MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(580)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(580)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(580)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(582)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(580)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(582)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(581)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_release_timeout0(588)9661902 TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_release_timeout0(588)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_release_timeout0(588)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_release_timeout0(588)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(580)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(587)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(579)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(589)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(583)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(586)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(581)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(584)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(585)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(582)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(579): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(580): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(581): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(582): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(583): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(584): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(585): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(586): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(587): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_release_timeout0(588): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(589): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_release_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_release_timeout pass'. Mon May 13 04:39:54 UTC 2024 ====== MSC_Tests.TC_mo_release_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_release_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=305909) Waiting for packet dumper to finish... 1 (prev_count=305909, count=308138) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_release_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp'. ------ MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp ------ Mon May 13 04:39:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_no_dlcx_resp started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(593)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(593)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(593)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(591)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(594)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(593)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(593)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(593)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(593)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(593)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(593)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(597)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000041" to be handled at TC_lu_and_mt_call_no_dlcx_resp0(599) TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000041'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(592)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(592)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_no_dlcx_resp0(599)11221239 MSC_Test_0-SCCP(591)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(592)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(591)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AB38F7'O, sourceLocRef := '00004F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(597)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000041" handled at TC_lu_and_mt_call_no_dlcx_resp0(599) MSC_Test-GSUP(597)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_call_no_dlcx_resp0(599)"262420000000041" MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(592)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(592)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(592)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_no_dlcx_resp0(599)11221239 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(594)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_no_dlcx_resp0(599)197134496 MSC_Test_0-RAN(592)@c3a6fa1a763d: Created IMSI[0] for '262420000000041'H'1B7431E9'O to be handled at TC_lu_and_mt_call_no_dlcx_resp0(599) MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(592)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_call_no_dlcx_resp0(599) TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(592)@c3a6fa1a763d: Created IMSI[1] for '262420000000041'H'1B7431E9'O to be handled at TC_lu_and_mt_call_no_dlcx_resp0(599) TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1B7431E9'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(592)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_no_dlcx_resp0(599)14567269 MSC_Test_0-SCCP(591)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DE4765'O, sourceLocRef := '000050'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(592)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(592)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(595)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mt_call_no_dlcx_resp0(599) MSC_Test-MGCP(595)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "63", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "f" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mt_call_no_dlcx_resp0(599) TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 3 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-RAN(592)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(592)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 5 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 8 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 7 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete 9 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_mt_call_complete DONE TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: Hangup TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(592)@c3a6fa1a763d: patching N(SD)=2 into dtap '832D0802E180'O MSC_Test_0-RAN(592)@c3a6fa1a763d: patched enc_l3: '83AD0802E180'O MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683AD0802E180'O MSC_Test-MNCC(594)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_no_dlcx_resp0(599)197134496 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(591)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(591)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(591)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(593)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(591)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(593)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(592)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_no_dlcx_resp0(599)14567269 TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: f_call_hangup 9: done MSC_Test_0-RAN(592)@c3a6fa1a763d: Removed IMSI[0] for '262420000000041'H to be handled at TC_lu_and_mt_call_no_dlcx_resp0(599) TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_no_dlcx_resp0(599)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(591)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(598)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(592)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(594)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(595)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(597)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(593)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(600)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(596)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(590)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(590): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(591): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(592): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(593): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(594): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(595): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(596): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(597): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(598): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_call_no_dlcx_resp0(599): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(600): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_no_dlcx_resp finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp pass'. Mon May 13 04:40:11 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=382476) Waiting for packet dumper to finish... 1 (prev_count=382476, count=390740) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_reset_two'. ------ MSC_Tests.TC_reset_two ------ Mon May 13 04:40:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_reset_two' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_reset_two started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(604)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(604)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(604)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(602)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(607)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(607)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(607)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(605)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(608)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(604)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(604)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(604)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(604)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(604)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(604)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(604)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(604)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(604)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(604)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(604)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(604)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(604)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(604)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(604)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(604)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(607)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(607)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(607)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(607)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(607)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(607)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(607)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(607)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(607)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(607)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(607)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(607)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(607)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(607)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(607)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(607)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(604)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(604)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(604)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(603)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(607)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(607)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(607)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(606)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MTC@c3a6fa1a763d: setverdict(pass): none -> pass IPA-CTRL-CLI-IPA(601)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(605)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(602)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(604)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(608)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(609)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(606)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(603)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(610)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(612)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(611)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(607)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: pass MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(601): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(602): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(603): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(604): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(605): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(606): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(607): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(608): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(609): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(610): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(611): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(612): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_reset_two finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_reset_two pass'. Mon May 13 04:40:18 UTC 2024 ====== MSC_Tests.TC_reset_two pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_reset_two.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=90514) Waiting for packet dumper to finish... 1 (prev_count=90514, count=98711) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_reset_two pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call'. ------ MSC_Tests.TC_lu_and_mt_call ------ Mon May 13 04:40:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(616)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(616)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(616)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(614)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(617)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(620)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000039" to be handled at TC_lu_and_mt_call0(622) TC_lu_and_mt_call0(622)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000039'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(616)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(616)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(616)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(616)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(616)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(616)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(615)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(615)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call0(622)11477778 MSC_Test_0-SCCP(614)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(615)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AF2312'O, sourceLocRef := '000051'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(620)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000039" handled at TC_lu_and_mt_call0(622) MSC_Test-GSUP(620)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_call0(622)"262420000000039" MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(615)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(615)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(615)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call0(622)11477778 TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(617)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call0(622)310667000 MSC_Test_0-RAN(615)@c3a6fa1a763d: Created IMSI[0] for '262420000000039'H'074DC1C2'O to be handled at TC_lu_and_mt_call0(622) MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(615)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_call0(622) TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(615)@c3a6fa1a763d: Created IMSI[1] for '262420000000039'H'074DC1C2'O to be handled at TC_lu_and_mt_call0(622) TC_lu_and_mt_call0(622)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '074DC1C2'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(615)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call0(622)2129894 MSC_Test_0-SCCP(614)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: { messageType := 2, destLocRef := '207FE6'O, sourceLocRef := '000052'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(615)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(615)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(618)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mt_call0(622) MSC_Test-MGCP(618)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "69", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "10" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mt_call0(622) TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 3 TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(615)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(615)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 5 TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 8 TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 7 TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete 9 TC_lu_and_mt_call0(622)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_mt_call_complete DONE TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call0(622)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mt_call0(622)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call0(622)@c3a6fa1a763d: Hangup TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(615)@c3a6fa1a763d: patching N(SD)=2 into dtap '832D0802E180'O MSC_Test_0-RAN(615)@c3a6fa1a763d: patched enc_l3: '83AD0802E180'O MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683AD0802E180'O MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test-MNCC(617)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call0(622)310667000 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(614)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_lu_and_mt_call0(622)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_call0(622)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(614)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(614)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(616)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(614)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(616)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(615)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call0(622)2129894 TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call0(622)@c3a6fa1a763d: f_call_hangup 9: done MSC_Test_0-RAN(615)@c3a6fa1a763d: Removed IMSI[0] for '262420000000039'H to be handled at TC_lu_and_mt_call0(622) TC_lu_and_mt_call0(622)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call0(622)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(620)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(614)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(617)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(616)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(613)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(615)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(621)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(623)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(618)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(619)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(613): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(614): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(615): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(616): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(617): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(618): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(619): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(620): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(621): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_call0(622): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(623): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call pass'. Mon May 13 04:40:30 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=371002) Waiting for packet dumper to finish... 1 (prev_count=371002, count=389701) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_ipv6'. ------ MSC_Tests.TC_lu_and_mt_call_ipv6 ------ Mon May 13 04:40:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_ipv6' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_ipv6 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(627)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(627)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(627)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(625)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(628)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(627)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(627)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(627)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(627)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(627)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(627)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(631)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000039" to be handled at TC_lu_and_mt_call_ipv60(633) TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000039'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(626)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(626)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_ipv60(633)15153022 MSC_Test_0-SCCP(625)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E7377E'O, sourceLocRef := '000053'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(631)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000039" handled at TC_lu_and_mt_call_ipv60(633) MSC_Test-GSUP(631)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_call_ipv60(633)"262420000000039" MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(626)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(626)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(626)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(626)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_ipv60(633)15153022 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(628)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_ipv60(633)1445266147 MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(626)@c3a6fa1a763d: Created IMSI[0] for '262420000000039'H'7D27A29D'O to be handled at TC_lu_and_mt_call_ipv60(633) MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(626)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_call_ipv60(633) TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(626)@c3a6fa1a763d: Created IMSI[1] for '262420000000039'H'7D27A29D'O to be handled at TC_lu_and_mt_call_ipv60(633) TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7D27A29D'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(626)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_ipv60(633)15350242 MSC_Test_0-SCCP(625)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EA39E2'O, sourceLocRef := '000054'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(626)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(626)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(629)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mt_call_ipv60(633) MSC_Test-MGCP(629)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "75", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "11" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mt_call_ipv60(633) TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 3 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:26 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0018027C120000000000000000000000000000000323287E0180'O MSC_Test_0-RAN(626)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(626)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 5 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 8 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 7 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete 9 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_mt_call_complete DONE TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: Hangup TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(626)@c3a6fa1a763d: patching N(SD)=2 into dtap '832D0802E180'O MSC_Test_0-RAN(626)@c3a6fa1a763d: patched enc_l3: '83AD0802E180'O MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683AD0802E180'O MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(628)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_ipv60(633)1445266147 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(625)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(625)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(625)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(627)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(625)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(627)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(626)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_ipv60(633)15350242 TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: f_call_hangup 9: done MSC_Test_0-RAN(626)@c3a6fa1a763d: Removed IMSI[0] for '262420000000039'H to be handled at TC_lu_and_mt_call_ipv60(633) TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_ipv60(633)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(626)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(631)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(628)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(624)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(630)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(632)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(625)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(629)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(627)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(634)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(624): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(625): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(626): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(627): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(628): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(629): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(630): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(631): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(632): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_call_ipv60(633): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(634): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_ipv6 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_ipv6 pass'. Mon May 13 04:40:41 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_call_ipv6 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_call_ipv6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=388814) Waiting for packet dumper to finish... 1 (prev_count=388814, count=389983) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_ipv6 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_already_paging'. ------ MSC_Tests.TC_lu_and_mt_call_already_paging ------ Mon May 13 04:40:44 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_already_paging' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_already_paging started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(638)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(638)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(638)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(636)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(639)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(638)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(638)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(638)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(638)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(638)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(638)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(642)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000391" to be handled at TC_lu_and_mt_call_already_paging0(644) TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000391'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(637)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(637)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_already_paging0(644)7837285 MSC_Test_0-SCCP(636)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(637)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(636)@c3a6fa1a763d: { messageType := 2, destLocRef := '779665'O, sourceLocRef := '000055'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(642)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000391" handled at TC_lu_and_mt_call_already_paging0(644) MSC_Test-GSUP(642)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_call_already_paging0(644)"262420000000391" MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(637)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(637)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(637)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_already_paging0(644)7837285 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(637)@c3a6fa1a763d: Created IMSI[0] for '262420000000391'H'007A4B0D'O to be handled at TC_lu_and_mt_call_already_paging0(644) TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: start Paging by an SMS MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(637)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_call_already_paging0(644) TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: MNCC signals MT call, before Paging Response MSC_Test_0-RAN(637)@c3a6fa1a763d: Created IMSI[1] for '262420000000391'H'007A4B0D'O to be handled at TC_lu_and_mt_call_already_paging0(644) MSC_Test-MNCC(639)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_already_paging0(644)117943902 TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: phone answers Paging, expecting both SMS and MT call to be established TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '007A4B0D'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(637)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_already_paging0(644)8499696 MSC_Test_0-SCCP(636)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(636)@c3a6fa1a763d: { messageType := 2, destLocRef := '81B1F0'O, sourceLocRef := '000056'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: Got SMS-DELIVER TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: Got CC Setup TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: success, tear down MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(636)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(636)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(636)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(638)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(636)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(637)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_already_paging0(644)8499696 TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(638)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_already_paging0(644)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(638)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(643)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(640)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(635)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(636)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(641)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(642)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(639)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(645)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(637)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(635): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(636): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(637): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(638): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(639): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(640): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(641): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(642): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(643): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_call_already_paging0(644): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(645): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_already_paging finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_already_paging pass'. Mon May 13 04:40:48 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_call_already_paging pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_call_already_paging.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=301297) Waiting for packet dumper to finish... 1 (prev_count=301297, count=302374) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_already_paging pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_osmux'. ------ MSC_Tests.TC_lu_and_mt_call_osmux ------ Mon May 13 04:40:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_call_osmux' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_osmux started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(649)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(647)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(649)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(649)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(650)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(649)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(649)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(649)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(649)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(649)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(649)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(653)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000039" to be handled at TC_lu_and_mt_call_osmux0(655) TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000039'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(648)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(648)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_osmux0(655)8332685 MSC_Test_0-RAN(648)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(647)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: { messageType := 2, destLocRef := '7F258D'O, sourceLocRef := '000057'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test-GSUP(653)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000039" handled at TC_lu_and_mt_call_osmux0(655) MSC_Test-GSUP(653)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_call_osmux0(655)"262420000000039" MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(648)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(648)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(648)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_osmux0(655)8332685 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(650)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_osmux0(655)536123599 MSC_Test_0-RAN(648)@c3a6fa1a763d: Created IMSI[0] for '262420000000039'H'1F13C834'O to be handled at TC_lu_and_mt_call_osmux0(655) MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(648)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_call_osmux0(655) TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(648)@c3a6fa1a763d: Created IMSI[1] for '262420000000039'H'1F13C834'O to be handled at TC_lu_and_mt_call_osmux0(655) TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1F13C834'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(648)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_call_osmux0(655)6373854 MSC_Test_0-SCCP(647)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(647)@c3a6fa1a763d: { messageType := 2, destLocRef := '6141DE'O, sourceLocRef := '000058'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(648)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(648)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(651)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mt_call_osmux0(655) MSC_Test-MGCP(651)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "81", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "14" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mt_call_osmux0(655) TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 3 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 4 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_handle_crcx(): got Osmux CID: -1 MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E0180F100'O MSC_Test_0-RAN(648)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(648)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 5 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 8 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 7 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete 9 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: Osmux ok: use_osmux = true got_osmux_count = 1 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_mt_call_complete DONE TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: Hangup TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(648)@c3a6fa1a763d: patching N(SD)=2 into dtap '832D0802E180'O MSC_Test_0-RAN(648)@c3a6fa1a763d: patched enc_l3: '83AD0802E180'O MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683AD0802E180'O MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(650)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_osmux0(655)536123599 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(647)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(649)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(648)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_call_osmux0(655)6373854 TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: f_call_hangup 9: done MSC_Test_0-RAN(648)@c3a6fa1a763d: Removed IMSI[0] for '262420000000039'H to be handled at TC_lu_and_mt_call_osmux0(655) TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_call_osmux0(655)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(649)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(646)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(653)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(656)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(654)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(647)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(650)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(652)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(651)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(648)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(646): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(647): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(648): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(649): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(650): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(651): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(652): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(653): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(654): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_call_osmux0(655): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(656): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_call_osmux finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_osmux pass'. Mon May 13 04:40:59 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_call_osmux pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_call_osmux.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=373090) Waiting for packet dumper to finish... 1 (prev_count=373090, count=392113) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_call_osmux pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_sms'. ------ MSC_Tests.TC_lu_and_mo_sms ------ Mon May 13 04:41:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(660)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(660)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(660)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(658)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(661)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(660)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(660)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(660)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(660)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(660)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(660)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(664)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000042" to be handled at TC_lu_and_mo_sms0(666) TC_lu_and_mo_sms0(666)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000042'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(659)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(659)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_sms0(666)3560844 MSC_Test_0-RAN(659)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(658)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: { messageType := 2, destLocRef := '36558C'O, sourceLocRef := '000059'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test-GSUP(664)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000042" handled at TC_lu_and_mo_sms0(666) MSC_Test-GSUP(664)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_sms0(666)"262420000000042" MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_sms0(666)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(659)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(659)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(659)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_sms0(666)3560844 TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_sms0(666)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_sms0(666)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '09CA0BE6'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(659)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_sms0(666)10249278 MSC_Test_0-SCCP(658)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(659)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: { messageType := 2, destLocRef := '9C643E'O, sourceLocRef := '00005A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_sms0(666)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(658)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(658)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(658)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(658)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(659)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_sms0(666)10249278 TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_sms0(666)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_sms0(666)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_sms0(666)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(660)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(657)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(664)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(662)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(658)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(665)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(661)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(663)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(659)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(667)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(657): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(658): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(659): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(660): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(661): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(662): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(663): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(664): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(665): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_sms0(666): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(667): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_sms pass'. Mon May 13 04:41:05 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=292335) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms'. ------ MSC_Tests.TC_lu_and_mt_sms ------ Mon May 13 04:41:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(671)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(671)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(671)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(669)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(672)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(671)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(671)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(671)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(671)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(671)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(671)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(675)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000043" to be handled at TC_lu_and_mt_sms0(677) TC_lu_and_mt_sms0(677)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000043'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(670)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(670)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_sms0(677)10989408 MSC_Test_0-SCCP(669)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(670)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(669)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A7AF60'O, sourceLocRef := '00005B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(675)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000043" handled at TC_lu_and_mt_sms0(677) MSC_Test-GSUP(675)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_sms0(677)"262420000000043" MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_sms0(677)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(670)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(670)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(670)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_sms0(677)10989408 TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms0(677)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(670)@c3a6fa1a763d: Created IMSI[0] for '262420000000043'H'018B44BC'O to be handled at TC_lu_and_mt_sms0(677) MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(670)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_sms0(677) TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms0(677)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '018B44BC'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(670)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_sms0(677)5081705 MSC_Test_0-SCCP(669)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(669)@c3a6fa1a763d: { messageType := 2, destLocRef := '4D8A69'O, sourceLocRef := '00005C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms0(677)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(669)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(669)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(669)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(671)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(671)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(669)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(670)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_sms0(677)5081705 TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms0(677)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms0(677)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms0(677)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(675)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(669)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(670)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(672)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(671)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(668)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(673)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(678)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(674)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(676)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(668): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(669): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(670): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(671): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(672): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(673): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(674): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(675): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(676): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_sms0(677): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(678): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms pass'. Mon May 13 04:41:10 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=298646) Waiting for packet dumper to finish... 1 (prev_count=298646, count=299723) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms_already_paging'. ------ MSC_Tests.TC_lu_and_mt_sms_already_paging ------ Mon May 13 04:41:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms_already_paging' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms_already_paging started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(682)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(682)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(682)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(680)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(683)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(682)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(682)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(682)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(682)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(682)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(682)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(686)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000044" to be handled at TC_lu_and_mt_sms_already_paging0(688) TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000044'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(681)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(681)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_sms_already_paging0(688)6400151 MSC_Test_0-RAN(681)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(680)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: { messageType := 2, destLocRef := '61A897'O, sourceLocRef := '00005D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(686)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000044" handled at TC_lu_and_mt_sms_already_paging0(688) MSC_Test-GSUP(686)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_sms_already_paging0(688)"262420000000044" TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(681)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(681)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(681)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_sms_already_paging0(688)6400151 TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(681)@c3a6fa1a763d: Created IMSI[0] for '262420000000044'H'30EEB3F3'O to be handled at TC_lu_and_mt_sms_already_paging0(688) TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: first SMS MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(681)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_sms_already_paging0(688) TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: second SMS TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '30EEB3F3'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(681)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_sms_already_paging0(688)4050032 MSC_Test_0-SCCP(680)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: { messageType := 2, destLocRef := '3DCC70'O, sourceLocRef := '00005E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103029904'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103059901020201'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(680)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(680)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(680)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(682)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(680)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(681)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_sms_already_paging0(688)4050032 TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(682)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_already_paging0(688)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(682)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(680)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(683)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(686)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(679)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(687)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(685)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(689)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(684)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(681)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(679): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(680): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(681): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(682): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(683): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(684): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(685): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(686): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(687): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_sms_already_paging0(688): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(689): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms_already_paging finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms_already_paging pass'. Mon May 13 04:41:17 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_sms_already_paging pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_sms_already_paging.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=340085) Waiting for packet dumper to finish... 1 (prev_count=340085, count=342168) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms_already_paging pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing'. ------ MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing ------ Mon May 13 04:41:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms_paging_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(693)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(693)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(693)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(691)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(694)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(693)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(693)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(693)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(693)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(693)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(693)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(697)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001843" to be handled at TC_lu_and_mt_sms_paging_and_nothing0(699) TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001843'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(692)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(692)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_sms_paging_and_nothing0(699)14737542 MSC_Test_0-SCCP(691)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(692)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(691)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E0E086'O, sourceLocRef := '00005F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(697)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001843" handled at TC_lu_and_mt_sms_paging_and_nothing0(699) MSC_Test-GSUP(697)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_sms_paging_and_nothing0(699)"262420000001843" MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(691)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(692)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(692)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(691)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(691)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(691)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(691)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(691)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(692)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_sms_paging_and_nothing0(699)14737542 TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(692)@c3a6fa1a763d: Created IMSI[0] for '262420000001843'H'33B38402'O to be handled at TC_lu_and_mt_sms_paging_and_nothing0(699) MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(693)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(693)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(692)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_sms_paging_and_nothing0(699) TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_and_nothing0(699)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(691)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(697)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(693)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(695)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(690)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(696)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(698)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(700)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(694)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(692)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(690): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(691): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(692): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(693): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(694): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(695): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(696): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(697): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(698): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_sms_paging_and_nothing0(699): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(700): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms_paging_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing pass'. Mon May 13 04:41:43 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=202542) Waiting for packet dumper to finish... 1 (prev_count=202542, count=203619) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms_paging_repeated'. ------ MSC_Tests.TC_lu_and_mt_sms_paging_repeated ------ Mon May 13 04:41:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_sms_paging_repeated' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms_paging_repeated started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(704)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(704)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(704)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(702)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(705)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(704)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(704)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(704)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(704)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(704)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(704)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(708)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001844" to be handled at TC_lu_and_mt_sms_paging_repeated0(710) MSC_Test_0-RAN(703)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001844'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(703)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_sms_paging_repeated0(710)1842887 MSC_Test_0-RAN(703)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(702)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(702)@c3a6fa1a763d: { messageType := 2, destLocRef := '1C1EC7'O, sourceLocRef := '000060'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(708)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001844" handled at TC_lu_and_mt_sms_paging_repeated0(710) MSC_Test-GSUP(708)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_sms_paging_repeated0(710)"262420000001844" TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(703)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(703)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(703)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_sms_paging_repeated0(710)1842887 TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(703)@c3a6fa1a763d: Created IMSI[0] for '262420000001844'H'21C69F7C'O to be handled at TC_lu_and_mt_sms_paging_repeated0(710) TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: Expecting first Paging MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(703)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_sms_paging_repeated0(710) TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: GERAN: expect no further Paging TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: GERAN: No further Paging received, as expected TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '21C69F7C'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(703)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_sms_paging_repeated0(710)433603 MSC_Test_0-SCCP(702)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(702)@c3a6fa1a763d: { messageType := 2, destLocRef := '069DC3'O, sourceLocRef := '000061'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(702)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(702)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(702)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(704)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(702)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(704)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(703)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_sms_paging_repeated0(710)433603 TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_sms_paging_repeated0(710)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(708)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(702)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(706)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(701)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(704)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(707)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(705)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(709)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(711)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(703)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(701): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(702): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(703): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(704): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(705): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(706): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(707): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(708): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(709): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_sms_paging_repeated0(710): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(711): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_sms_paging_repeated finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms_paging_repeated pass'. Mon May 13 04:41:55 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_sms_paging_repeated pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_sms_paging_repeated.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=297745) Waiting for packet dumper to finish... 1 (prev_count=297745, count=298822) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_sms_paging_repeated pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_smpp_mo_sms'. ------ MSC_Tests.TC_smpp_mo_sms ------ Mon May 13 04:41:58 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_smpp_mo_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_smpp_mo_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(715)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(715)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(715)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(713)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(716)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(715)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(715)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(715)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(715)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(715)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(715)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(719)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000044" to be handled at TC_smpp_mo_sms0(721) TC_smpp_mo_sms0(721)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000044'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(714)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(714)@c3a6fa1a763d: Added conn table entry 0TC_smpp_mo_sms0(721)9784728 MSC_Test_0-RAN(714)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(713)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: { messageType := 2, destLocRef := '954D98'O, sourceLocRef := '000062'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(719)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000044" handled at TC_smpp_mo_sms0(721) MSC_Test-GSUP(719)@c3a6fa1a763d: Added IMSI table entry 0TC_smpp_mo_sms0(721)"262420000000044" MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_from0 TC_smpp_mo_sms0(721)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test_0-SCCP(713)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(714)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(714)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(714)@c3a6fa1a763d: Deleted conn table entry 0TC_smpp_mo_sms0(721)9784728 TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms0(721)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms0(721)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6B62A221'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(714)@c3a6fa1a763d: Added conn table entry 0TC_smpp_mo_sms0(721)11666165 MSC_Test_0-RAN(714)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(713)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B202F5'O, sourceLocRef := '000063'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms0(721)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(713)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(713)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(713)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(715)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(713)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(714)@c3a6fa1a763d: Deleted conn table entry 0TC_smpp_mo_sms0(721)11666165 TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(715)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_smpp_mo_sms0(721)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_smpp_mo_sms0(721)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms0(721)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(714)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(718)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(722)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(720)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(715)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(717)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(712)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(716)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(713)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(719)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(712): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(713): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(714): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(715): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(716): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(717): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(718): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(719): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(720): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_smpp_mo_sms0(721): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(722): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_smpp_mo_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_smpp_mo_sms pass'. Mon May 13 04:42:00 UTC 2024 ====== MSC_Tests.TC_smpp_mo_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_smpp_mo_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=238519) Waiting for packet dumper to finish... 1 (prev_count=238519, count=295735) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_smpp_mo_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_smpp_mo_sms_rp_error'. ------ MSC_Tests.TC_smpp_mo_sms_rp_error ------ Mon May 13 04:42:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_smpp_mo_sms_rp_error' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_smpp_mo_sms_rp_error started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(726)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(726)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(726)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(724)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(727)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(726)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(726)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(726)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(726)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(726)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(726)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(730)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000045" to be handled at TC_smpp_mo_sms_rp_error0(732) TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000045'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(725)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(725)@c3a6fa1a763d: Added conn table entry 0TC_smpp_mo_sms_rp_error0(732)3269375 MSC_Test_0-SCCP(724)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(725)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(730)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000045" handled at TC_smpp_mo_sms_rp_error0(732) MSC_Test-GSUP(730)@c3a6fa1a763d: Added IMSI table entry 0TC_smpp_mo_sms_rp_error0(732)"262420000000045" MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: { messageType := 2, destLocRef := '31E2FF'O, sourceLocRef := '000064'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(724)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(725)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(725)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(724)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(724)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(725)@c3a6fa1a763d: Deleted conn table entry 0TC_smpp_mo_sms_rp_error0(732)3269375 TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6C24946C'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(725)@c3a6fa1a763d: Added conn table entry 0TC_smpp_mo_sms_rp_error0(732)10875958 MSC_Test_0-RAN(725)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(724)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A5F436'O, sourceLocRef := '000065'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(724)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(724)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(724)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(726)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(724)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(726)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(725)@c3a6fa1a763d: Deleted conn table entry 0TC_smpp_mo_sms_rp_error0(732)10875958 TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mo_sms_rp_error0(732)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(730)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(723)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(731)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(726)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(729)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(724)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(733)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(725)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(728)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(727)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(723): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(724): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(725): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(726): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(727): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(728): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(729): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(730): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(731): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_smpp_mo_sms_rp_error0(732): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(733): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_smpp_mo_sms_rp_error finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_smpp_mo_sms_rp_error pass'. Mon May 13 04:42:06 UTC 2024 ====== MSC_Tests.TC_smpp_mo_sms_rp_error pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_smpp_mo_sms_rp_error.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=238034) Waiting for packet dumper to finish... 1 (prev_count=238034, count=296121) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_smpp_mo_sms_rp_error pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_smpp_mt_sms'. ------ MSC_Tests.TC_smpp_mt_sms ------ Mon May 13 04:42:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_smpp_mt_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_smpp_mt_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(737)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(737)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(737)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(735)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(738)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(737)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(737)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(737)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(737)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(737)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(741)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000045" to be handled at TC_smpp_mt_sms0(743) TC_smpp_mt_sms0(743)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000045'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(736)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(736)@c3a6fa1a763d: Added conn table entry 0TC_smpp_mt_sms0(743)6665324 MSC_Test_0-SCCP(735)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(736)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: { messageType := 2, destLocRef := '65B46C'O, sourceLocRef := '000066'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(741)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000045" handled at TC_smpp_mt_sms0(743) MSC_Test-GSUP(741)@c3a6fa1a763d: Added IMSI table entry 0TC_smpp_mt_sms0(743)"262420000000045" TC_smpp_mt_sms0(743)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(736)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(736)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(736)@c3a6fa1a763d: Deleted conn table entry 0TC_smpp_mt_sms0(743)6665324 TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_smpp_mt_sms0(743)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(736)@c3a6fa1a763d: Created IMSI[0] for '262420000000045'H'02B532B5'O to be handled at TC_smpp_mt_sms0(743) MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(736)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_smpp_mt_sms0(743) TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mt_sms0(743)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '02B532B5'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(736)@c3a6fa1a763d: Added conn table entry 0TC_smpp_mt_sms0(743)4469636 MSC_Test_0-SCCP(735)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: { messageType := 2, destLocRef := '443384'O, sourceLocRef := '000067'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mt_sms0(743)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(736)@c3a6fa1a763d: Deleted conn table entry 0TC_smpp_mt_sms0(743)4469636 TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_smpp_mt_sms0(743)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(736)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_smpp_mt_sms0(743) TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mt_sms0(743)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '02B532B5'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(736)@c3a6fa1a763d: Added conn table entry 0TC_smpp_mt_sms0(743)10735031 MSC_Test_0-SCCP(735)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A3CDB7'O, sourceLocRef := '000068'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mt_sms0(743)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(735)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(735)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(735)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(737)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(735)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(737)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(736)@c3a6fa1a763d: Deleted conn table entry 0TC_smpp_mt_sms0(743)10735031 TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mt_sms0(743)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_smpp_mt_sms0(743)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_smpp_mt_sms0(743)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(737)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(738)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(744)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(739)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(741)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(734)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(735)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(742)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(736)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(740)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(734): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(735): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(736): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(737): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(738): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(739): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(740): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(741): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(742): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_smpp_mt_sms0(743): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(744): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_smpp_mt_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_smpp_mt_sms pass'. Mon May 13 04:42:12 UTC 2024 ====== MSC_Tests.TC_smpp_mt_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_smpp_mt_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=419683) Waiting for packet dumper to finish... 1 (prev_count=419683, count=420760) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_smpp_mt_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mo_sms'. ------ MSC_Tests.TC_gsup_mo_sms ------ Mon May 13 04:42:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mo_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_mo_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(748)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(748)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(748)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(746)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(749)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(748)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(748)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(748)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(748)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(748)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(748)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(752)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000088" to be handled at TC_gsup_mo_sms0(754) MSC_Test-GSUP(752)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000088" to be handled at TC_gsup_mo_sms0(754) TC_gsup_mo_sms0(754)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000088'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(747)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(747)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mo_sms0(754)3749738 MSC_Test_0-RAN(747)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(746)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: { messageType := 2, destLocRef := '39376A'O ("97j"), sourceLocRef := '000069'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(752)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000088" handled at TC_gsup_mo_sms0(754) MSC_Test-GSUP(752)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_mo_sms0(754)"262420000000088" MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mo_sms0(754)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(747)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(747)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(747)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mo_sms0(754)3749738 TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_sms0(754)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_sms0(754)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '934B897A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(747)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mo_sms0(754)9246430 MSC_Test_0-SCCP(746)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(747)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: { messageType := 2, destLocRef := '8D16DE'O, sourceLocRef := '00006A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_sms0(754)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_sms0(754)@c3a6fa1a763d: RX MO-forwardSM-Req: { msg_type := OSMO_GSUP_MSGT_MO_FORWARD_SM_REQUEST (36), ies := { { tag := OSMO_GSUP_IMSI_IE (1), len := 8, val := { imsi := '262420000000088'H } }, { tag := OSMO_GSUP_SM_RP_MR_IE (64), len := 1, val := { sm_rp_mr := '42'O ("B") } }, { tag := OSMO_GSUP_SM_RP_DA_IE (65), len := 8, val := { sm_rp_da := { id_type := OSMO_GSUP_SM_RP_ODA_ID_SMSC_ADDR (3), id_enc := { smsc_addr := { ext := '1'B, ton := '001'B, npi := '0001'B, number := '447785016005'H } } } } }, { tag := OSMO_GSUP_SM_RP_OA_IE (66), len := 8, val := { sm_rp_oa := { id_type := OSMO_GSUP_SM_RP_ODA_ID_MSISDN (2), id_enc := { msisdn := { ext := '1'B, ton := '001'B, npi := '0001'B, number := '491230000088'H } } } } }, { tag := OSMO_GSUP_SM_RP_UI_IE (67), len := 10, val := { sm_rp_ui := '052305002143F5000000'O } }, { tag := OSMO_GSUP_MESSAGE_CLASS_IE (10), len := 1, val := { message_class := OSMO_GSUP_MESSAGE_CLASS_SMS (2) } }, { tag := OSMO_GSUP_SOURCE_NAME_IE (96), len := 9, val := { source_name := '746573742D4D534300'O } } } } TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(746)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(746)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(746)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(748)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(746)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(747)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mo_sms0(754)9246430 TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mo_sms0(754)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mo_sms0(754)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_sms0(754)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(748)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(746)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(749)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(753)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(747)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(745)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(750)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(752)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(751)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(755)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(745): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(746): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(747): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(748): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(749): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(750): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(751): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(752): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(753): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_mo_sms0(754): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(755): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_mo_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mo_sms pass'. Mon May 13 04:42:18 UTC 2024 ====== MSC_Tests.TC_gsup_mo_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_mo_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=237799) Waiting for packet dumper to finish... 1 (prev_count=237799, count=296081) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mo_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mo_smma'. ------ MSC_Tests.TC_gsup_mo_smma ------ Mon May 13 04:42:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mo_smma' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_mo_smma started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(759)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(759)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(759)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(757)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(760)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(759)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(759)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(759)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(759)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(759)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(759)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(763)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000089" to be handled at TC_gsup_mo_smma0(765) MSC_Test-GSUP(763)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000089" to be handled at TC_gsup_mo_smma0(765) TC_gsup_mo_smma0(765)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000089'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(758)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(758)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mo_smma0(765)14152987 MSC_Test_0-RAN(758)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(757)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D7F51B'O, sourceLocRef := '00006B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(763)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000089" handled at TC_gsup_mo_smma0(765) MSC_Test-GSUP(763)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_mo_smma0(765)"262420000000089" MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mo_smma0(765)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(758)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(758)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(758)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mo_smma0(765)14152987 TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_smma0(765)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_smma0(765)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '5168F870'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(758)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mo_smma0(765)3880198 MSC_Test_0-SCCP(757)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(758)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: { messageType := 2, destLocRef := '3B3506'O, sourceLocRef := '00006C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_smma0(765)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103050901020642'O MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_smma0(765)@c3a6fa1a763d: RX MO-ReadyForSM-Req: { msg_type := OSMO_GSUP_MSGT_READY_FOR_SM_REQUEST (44), ies := { { tag := OSMO_GSUP_IMSI_IE (1), len := 8, val := { imsi := '262420000000089'H } }, { tag := OSMO_GSUP_SM_RP_MR_IE (64), len := 1, val := { sm_rp_mr := '42'O ("B") } }, { tag := OSMO_GSUP_SM_ALERT_RSN_IE (70), len := 1, val := { sm_alert_rsn := GSUP_SM_ALERT_RSN_TYPE_MEM_AVAIL (2) } }, { tag := OSMO_GSUP_MESSAGE_CLASS_IE (10), len := 1, val := { message_class := OSMO_GSUP_MESSAGE_CLASS_SMS (2) } }, { tag := OSMO_GSUP_SOURCE_NAME_IE (96), len := 9, val := { source_name := '746573742D4D534300'O } } } } TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(757)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(757)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(757)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(759)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(757)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(759)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(758)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mo_smma0(765)3880198 TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_smma0(765)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mo_smma0(765)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_smma0(765)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(758)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(760)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(764)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(766)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(762)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(757)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(756)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(763)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(759)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(761)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(756): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(757): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(758): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(759): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(760): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(761): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(762): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(763): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(764): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_mo_smma0(765): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(766): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_mo_smma finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mo_smma pass'. Mon May 13 04:42:24 UTC 2024 ====== MSC_Tests.TC_gsup_mo_smma pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_mo_smma.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=296821) Waiting for packet dumper to finish... 1 (prev_count=296821, count=297398) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mo_smma pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_sms_ack'. ------ MSC_Tests.TC_gsup_mt_sms_ack ------ Mon May 13 04:42:27 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_sms_ack' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_mt_sms_ack started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(770)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(770)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(770)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(768)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(771)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(770)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(770)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(770)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(770)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(770)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(770)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(774)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000090" to be handled at TC_gsup_mt_sms_ack0(776) MSC_Test-GSUP(774)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000090" to be handled at TC_gsup_mt_sms_ack0(776) TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000090'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(769)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(769)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_sms_ack0(776)2498045 MSC_Test_0-RAN(769)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(768)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(768)@c3a6fa1a763d: { messageType := 2, destLocRef := '261DFD'O, sourceLocRef := '00006D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(774)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000090" handled at TC_gsup_mt_sms_ack0(776) MSC_Test-GSUP(774)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_mt_sms_ack0(776)"262420000000090" MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_from0 TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(768)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(769)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(769)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(769)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mt_sms_ack0(776)2498045 TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(769)@c3a6fa1a763d: Created IMSI[0] for '262420000000090'H'20876269'O to be handled at TC_gsup_mt_sms_ack0(776) MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(769)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_gsup_mt_sms_ack0(776) TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '20876269'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(769)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_sms_ack0(776)16702248 MSC_Test_0-SCCP(768)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(768)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FEDB28'O, sourceLocRef := '00006E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(768)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(768)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(768)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(770)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(768)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(770)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(769)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mt_sms_ack0(776)16702248 TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_ack0(776)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(767)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(775)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(772)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(771)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(774)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(773)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(777)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(770)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(768)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(769)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(767): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(768): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(769): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(770): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(771): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(772): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(773): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(774): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(775): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_mt_sms_ack0(776): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(777): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_mt_sms_ack finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_sms_ack pass'. Mon May 13 04:42:29 UTC 2024 ====== MSC_Tests.TC_gsup_mt_sms_ack pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_mt_sms_ack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=238099) Waiting for packet dumper to finish... 1 (prev_count=238099, count=298727) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_sms_ack pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_sms_err'. ------ MSC_Tests.TC_gsup_mt_sms_err ------ Mon May 13 04:42:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_sms_err' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_mt_sms_err started. MSC_Test_0-M3UA(781)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(781)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(781)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(779)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(782)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(781)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(781)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(781)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(781)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(781)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(781)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(785)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000091" to be handled at TC_gsup_mt_sms_err0(787) MSC_Test-GSUP(785)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000091" to be handled at TC_gsup_mt_sms_err0(787) TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000091'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(780)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(780)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_sms_err0(787)6543790 MSC_Test_0-SCCP(779)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(780)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(779)@c3a6fa1a763d: { messageType := 2, destLocRef := '63D9AE'O, sourceLocRef := '00006F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test-GSUP(785)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000091" handled at TC_gsup_mt_sms_err0(787) MSC_Test-GSUP(785)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_mt_sms_err0(787)"262420000000091" MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(780)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(780)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(780)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mt_sms_err0(787)6543790 TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(780)@c3a6fa1a763d: Created IMSI[0] for '262420000000091'H'39CC6084'O to be handled at TC_gsup_mt_sms_err0(787) MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(780)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_gsup_mt_sms_err0(787) TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '39CC6084'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(780)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_sms_err0(787)2966994 MSC_Test_0-SCCP(779)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(779)@c3a6fa1a763d: { messageType := 2, destLocRef := '2D45D2'O, sourceLocRef := '000070'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_len:10 MSC_Test_0-SCCP(779)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01030789010404000178'O MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(781)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(779)@c3a6fa1a763d: Session index based on local reference:0 TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(779)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(781)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: RX MT-forwardSM-Err (RP-ERROR) TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MC@c3a6fa1a763d: Test Component 787 has requested to stop MTC. Terminating current testcase execution. MSC_Test-MNCC(782)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(778)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(786)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(788)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(784)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(783)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(785)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(781)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(780)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(779)@c3a6fa1a763d: Final verdict of PTC: none TC_gsup_mt_sms_err0(787)@c3a6fa1a763d: Final verdict of PTC: pass MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(778): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(779): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(780): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(781): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(782): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(783): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(784): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(785): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(786): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_mt_sms_err0(787): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(788): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_mt_sms_err finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_sms_err pass'. Mon May 13 04:42:35 UTC 2024 ====== MSC_Tests.TC_gsup_mt_sms_err pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_mt_sms_err.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=270076) Waiting for packet dumper to finish... 1 (prev_count=270076, count=271831) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_sms_err pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_sms_rp_mr'. ------ MSC_Tests.TC_gsup_mt_sms_rp_mr ------ Mon May 13 04:42:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_sms_rp_mr' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_mt_sms_rp_mr started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(792)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(792)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(792)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(790)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(793)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(792)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(792)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(792)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(792)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(792)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(792)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(796)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000092" to be handled at TC_gsup_mt_sms_rp_mr0(798) MSC_Test-GSUP(796)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000092" to be handled at TC_gsup_mt_sms_rp_mr0(798) TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000092'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(791)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(791)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_sms_rp_mr0(798)7884247 MSC_Test_0-RAN(791)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(790)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: { messageType := 2, destLocRef := '784DD7'O, sourceLocRef := '000071'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(796)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000092" handled at TC_gsup_mt_sms_rp_mr0(798) MSC_Test-GSUP(796)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_mt_sms_rp_mr0(798)"262420000000092" MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(791)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(791)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(791)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mt_sms_rp_mr0(798)7884247 TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(791)@c3a6fa1a763d: Created IMSI[0] for '262420000000092'H'0C6AD98C'O to be handled at TC_gsup_mt_sms_rp_mr0(798) TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: TX MT-forwardSM-Req for the 1st SMS MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(791)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_gsup_mt_sms_rp_mr0(798) TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0C6AD98C'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(791)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_sms_rp_mr0(798)11815216 MSC_Test_0-SCCP(790)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B44930'O, sourceLocRef := '000072'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: RX the 1st SMS on DTAP, DTAP TID is 0, SM-RP-MR is '00'O TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: TX MT-forwardSM-Req for the 2nd SMS MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: RX the 2nd SMS on DTAP, DTAP TID is 1, SM-RP-MR is '01'O MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103029904'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103059901020201'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(790)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(790)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(790)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(792)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(790)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(792)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(791)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mt_sms_rp_mr0(798)11815216 TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_sms_rp_mr0(798)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(792)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(790)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(791)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(793)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(789)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(795)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(794)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(796)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(799)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(797)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(789): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(790): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(791): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(792): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(793): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(794): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(795): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(796): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(797): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_mt_sms_rp_mr0(798): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(799): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_mt_sms_rp_mr finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_sms_rp_mr pass'. Mon May 13 04:42:40 UTC 2024 ====== MSC_Tests.TC_gsup_mt_sms_rp_mr pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_mt_sms_rp_mr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=345455) Waiting for packet dumper to finish... 1 (prev_count=345455, count=346532) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_sms_rp_mr pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mo_mt_sms_rp_mr'. ------ MSC_Tests.TC_gsup_mo_mt_sms_rp_mr ------ Mon May 13 04:42:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mo_mt_sms_rp_mr' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_mo_mt_sms_rp_mr started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(803)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(801)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(803)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(803)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(804)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(803)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(803)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(803)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(803)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(803)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(803)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(807)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000093" to be handled at TC_gsup_mo_mt_sms_rp_mr0(809) MSC_Test-GSUP(807)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000093" to be handled at TC_gsup_mo_mt_sms_rp_mr0(809) TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000093'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(802)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(802)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mo_mt_sms_rp_mr0(809)13234131 MSC_Test_0-RAN(802)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(801)@c3a6fa1a763d: First idle individual index:0 MSC_Test-GSUP(807)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000093" handled at TC_gsup_mo_mt_sms_rp_mr0(809) MSC_Test-GSUP(807)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_mo_mt_sms_rp_mr0(809)"262420000000093" MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C9EFD3'O, sourceLocRef := '000073'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(802)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(802)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(802)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mo_mt_sms_rp_mr0(809)13234131 TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(802)@c3a6fa1a763d: Created IMSI[0] for '262420000000093'H'10F5B48B'O to be handled at TC_gsup_mo_mt_sms_rp_mr0(809) MSC_Test_0-RAN(802)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mo_mt_sms_rp_mr0(809)2252132 MSC_Test_0-SCCP(801)@c3a6fa1a763d: First idle individual index:0 TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '10F5B48B'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(802)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: { messageType := 2, destLocRef := '225D64'O ("\"]d"), sourceLocRef := '000074'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: Submit MO SMMA on DTAP, SM-RP-MR is '00'O MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103050901020600'O MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: RX MO-ReadyForSM-Req, SM-RP-MR is '00'O TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: TX MT-forwardSM-Req for the MT SMS MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: RX MT SMS on DTAP, DTAP TID is 0, SM-RP-MR is '01'O MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020201'O MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(801)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(801)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(801)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(803)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(801)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(802)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mo_mt_sms_rp_mr0(809)2252132 TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(803)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mo_mt_sms_rp_mr0(809)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MGCP(805)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(803)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(804)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(801)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(807)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(808)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(800)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(806)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(802)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(810)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(800): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(801): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(802): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(803): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(804): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(805): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(806): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(807): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(808): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_mo_mt_sms_rp_mr0(809): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(810): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_mo_mt_sms_rp_mr finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mo_mt_sms_rp_mr pass'. Mon May 13 04:42:46 UTC 2024 ====== MSC_Tests.TC_gsup_mo_mt_sms_rp_mr pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_mo_mt_sms_rp_mr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=334629) Waiting for packet dumper to finish... 1 (prev_count=334629, count=335706) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mo_mt_sms_rp_mr pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_multi_part_sms'. ------ MSC_Tests.TC_gsup_mt_multi_part_sms ------ Mon May 13 04:42:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_gsup_mt_multi_part_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_gsup_mt_multi_part_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(814)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(814)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(814)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(812)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(815)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(814)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(814)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(814)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(814)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(814)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(814)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(818)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000091" to be handled at TC_gsup_mt_multi_part_sms0(820) MSC_Test-GSUP(818)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000091" to be handled at TC_gsup_mt_multi_part_sms0(820) TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000091'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(813)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(813)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_multi_part_sms0(820)2928278 MSC_Test_0-SCCP(812)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(813)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: { messageType := 2, destLocRef := '2CAE96'O, sourceLocRef := '000075'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(818)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000091" handled at TC_gsup_mt_multi_part_sms0(820) MSC_Test-GSUP(818)@c3a6fa1a763d: Added IMSI table entry 0TC_gsup_mt_multi_part_sms0(820)"262420000000091" MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(813)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(813)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(813)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mt_multi_part_sms0(820)2928278 TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(813)@c3a6fa1a763d: Created IMSI[0] for '262420000000091'H'0923D2D0'O to be handled at TC_gsup_mt_multi_part_sms0(820) MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(813)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_gsup_mt_multi_part_sms0(820) TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0923D2D0'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(813)@c3a6fa1a763d: Added conn table entry 0TC_gsup_mt_multi_part_sms0(820)11057176 MSC_Test_0-SCCP(812)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A8B818'O, sourceLocRef := '000076'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103028904'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103058901020200'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(812)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(812)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(812)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(814)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(812)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(814)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(813)@c3a6fa1a763d: Deleted conn table entry 0TC_gsup_mt_multi_part_sms0(820)11057176 TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_gsup_mt_multi_part_sms0(820)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(812)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(814)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(816)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(818)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(815)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(817)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(819)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(813)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(811)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(821)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(811): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(812): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(813): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(814): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(815): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(816): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(817): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(818): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(819): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_gsup_mt_multi_part_sms0(820): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(821): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_gsup_mt_multi_part_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_multi_part_sms pass'. Mon May 13 04:42:58 UTC 2024 ====== MSC_Tests.TC_gsup_mt_multi_part_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_gsup_mt_multi_part_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=420160) Waiting for packet dumper to finish... 1 (prev_count=420160, count=421237) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_gsup_mt_multi_part_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_ussd_single_request'. ------ MSC_Tests.TC_lu_and_mo_ussd_single_request ------ Mon May 13 04:43:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_ussd_single_request' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_ussd_single_request started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(825)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(825)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(825)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(823)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(826)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(825)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(825)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(825)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(825)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(825)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(825)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(829)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000046" to be handled at TC_lu_and_mo_ussd_single_request0(831) TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000046'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(824)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(824)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_ussd_single_request0(831)11621411 MSC_Test_0-SCCP(823)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(824)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(829)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000046" handled at TC_lu_and_mo_ussd_single_request0(831) MSC_Test-GSUP(829)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_ussd_single_request0(831)"262420000000046" MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B15423'O, sourceLocRef := '000077'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(824)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(824)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(824)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_ussd_single_request0(831)11621411 TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '9C5D1309'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(824)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_ussd_single_request0(831)9253847 MSC_Test_0-RAN(824)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(823)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: { messageType := 2, destLocRef := '8D33D7'O, sourceLocRef := '000078'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(829)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000046" to be handled at TC_lu_and_mo_ussd_single_request0(831) MSC_Test_0-RAN(824)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(824)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(823)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(823)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(823)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(825)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(823)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(824)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_ussd_single_request0(831)9253847 MSC_Test_0-M3UA(825)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_single_request0(831)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(829)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(832)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(822)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(827)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(830)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(824)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(823)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(825)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(826)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(828)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(822): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(823): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(824): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(825): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(826): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(827): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(828): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(829): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(830): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_ussd_single_request0(831): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(832): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_ussd_single_request finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_ussd_single_request pass'. Mon May 13 04:43:04 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_ussd_single_request pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_ussd_single_request.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=271996) Waiting for packet dumper to finish... 1 (prev_count=271996, count=273073) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_ussd_single_request pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_ussd_notification'. ------ MSC_Tests.TC_lu_and_mt_ussd_notification ------ Mon May 13 04:43:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_ussd_notification' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_ussd_notification started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(836)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(836)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(836)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(834)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(837)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(836)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(836)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(836)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(836)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(836)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(836)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(840)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000047" to be handled at TC_lu_and_mt_ussd_notification0(842) TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000047'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(835)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(835)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_ussd_notification0(842)3920303 MSC_Test_0-SCCP(834)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(835)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: { messageType := 2, destLocRef := '3BD1AF'O, sourceLocRef := '000079'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(840)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000047" handled at TC_lu_and_mt_ussd_notification0(842) MSC_Test-GSUP(840)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_ussd_notification0(842)"262420000000047" MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(835)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(835)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(835)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_ussd_notification0(842)3920303 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(835)@c3a6fa1a763d: Created IMSI[0] for '262420000000047'H'BAC660D7'O to be handled at TC_lu_and_mt_ussd_notification0(842) MSC_Test-GSUP(840)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000047" to be handled at TC_lu_and_mt_ussd_notification0(842) MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(835)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_ussd_notification0(842) TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BAC660D7'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(835)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_ussd_notification0(842)13863744 MSC_Test_0-SCCP(834)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D38B40'O, sourceLocRef := '00007A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(835)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(835)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(834)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(834)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(834)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(836)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(834)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(835)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_ussd_notification0(842)13863744 TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(836)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_notification0(842)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(836)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(834)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(841)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(837)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(843)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(835)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(833)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(839)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(840)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(838)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(833): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(834): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(835): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(836): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(837): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(838): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(839): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(840): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(841): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_ussd_notification0(842): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(843): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_ussd_notification finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_ussd_notification pass'. Mon May 13 04:43:09 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_ussd_notification pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_ussd_notification.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=237354) Waiting for packet dumper to finish... 1 (prev_count=237354, count=282946) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_ussd_notification pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_ussd_during_mt_call'. ------ MSC_Tests.TC_lu_and_mo_ussd_during_mt_call ------ Mon May 13 04:43:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_ussd_during_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_ussd_during_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(847)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(847)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(847)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(845)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(848)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(847)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(847)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(847)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(847)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(847)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(847)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(851)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000048" to be handled at TC_lu_and_mo_ussd_during_mt_call0(853) TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000048'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(846)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(846)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_ussd_during_mt_call0(853)2098025 MSC_Test_0-RAN(846)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(845)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: { messageType := 2, destLocRef := '200369'O, sourceLocRef := '00007B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(851)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000048" handled at TC_lu_and_mo_ussd_during_mt_call0(853) MSC_Test-GSUP(851)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_ussd_during_mt_call0(853)"262420000000048" MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(846)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(846)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(846)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_ussd_during_mt_call0(853)2098025 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(848)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_ussd_during_mt_call0(853)1449529413 MSC_Test_0-RAN(846)@c3a6fa1a763d: Created IMSI[0] for '262420000000048'H'2E9D1D69'O to be handled at TC_lu_and_mo_ussd_during_mt_call0(853) MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(846)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mo_ussd_during_mt_call0(853) TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(846)@c3a6fa1a763d: Created IMSI[1] for '262420000000048'H'2E9D1D69'O to be handled at TC_lu_and_mo_ussd_during_mt_call0(853) TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2E9D1D69'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(846)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_ussd_during_mt_call0(853)14009434 MSC_Test_0-SCCP(845)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D5C45A'O, sourceLocRef := '00007C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(846)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(846)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(849)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_ussd_during_mt_call0(853) MSC_Test-MGCP(849)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "87", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2d" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_ussd_during_mt_call0(853) TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 3 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(846)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(846)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 5 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 8 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 7 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete 9 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_mt_call_complete DONE TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(846)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010102013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(846)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010102013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191BBB1C15A11302010102013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(846)@c3a6fa1a763d: patching N(SD)=3 into dtap '832D0802E180'O MSC_Test_0-RAN(846)@c3a6fa1a763d: patched enc_l3: '83ED0802E180'O MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683ED0802E180'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(845)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(848)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_ussd_during_mt_call0(853)1449529413 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(845)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(845)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(847)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(845)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(846)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_ussd_during_mt_call0(853)14009434 TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(847)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_ussd_during_mt_call0(853)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(845)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(849)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(852)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(851)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(844)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(846)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(854)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(850)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(848)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(847)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(844): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(845): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(846): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(847): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(848): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(849): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(850): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(851): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(852): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_ussd_during_mt_call0(853): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(854): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_ussd_during_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_ussd_during_mt_call pass'. Mon May 13 04:43:18 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_ussd_during_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_ussd_during_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=409481) Waiting for packet dumper to finish... 1 (prev_count=409481, count=410558) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_ussd_during_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_ussd_during_mt_call'. ------ MSC_Tests.TC_lu_and_mt_ussd_during_mt_call ------ Mon May 13 04:43:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_ussd_during_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_ussd_during_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(858)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(858)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(858)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(856)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(859)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(858)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(858)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(858)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(858)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(858)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(858)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(862)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000049" to be handled at TC_lu_and_mt_ussd_during_mt_call0(864) TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000049'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(857)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(857)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_ussd_during_mt_call0(864)332403 MSC_Test_0-RAN(857)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(856)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: { messageType := 2, destLocRef := '051273'O, sourceLocRef := '00007D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(862)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000049" handled at TC_lu_and_mt_ussd_during_mt_call0(864) MSC_Test-GSUP(862)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_ussd_during_mt_call0(864)"262420000000049" MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(857)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(857)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(857)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_ussd_during_mt_call0(864)332403 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(859)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_ussd_during_mt_call0(864)2101136802 MSC_Test_0-RAN(857)@c3a6fa1a763d: Created IMSI[0] for '262420000000049'H'63F77439'O to be handled at TC_lu_and_mt_ussd_during_mt_call0(864) MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(857)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_mt_ussd_during_mt_call0(864) TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(857)@c3a6fa1a763d: Created IMSI[1] for '262420000000049'H'63F77439'O to be handled at TC_lu_and_mt_ussd_during_mt_call0(864) TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '63F77439'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(857)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_ussd_during_mt_call0(864)11160882 MSC_Test_0-SCCP(856)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AA4D32'O, sourceLocRef := '00007E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(857)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(857)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(860)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mt_ussd_during_mt_call0(864) MSC_Test-MGCP(860)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "93", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "2f" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mt_ussd_during_mt_call0(864) TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 3 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-RAN(857)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(857)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 5 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 8 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 7 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete 9 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_mt_call_complete DONE TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(857)@c3a6fa1a763d: patching N(SD)=2 into dtap '8B3A16A214020101300F02013C300A04010F0405CE37BCEC02'O MSC_Test_0-RAN(857)@c3a6fa1a763d: patched enc_l3: '8BBA16A214020101300F02013C300A04010F0405CE37BCEC02'O MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100198BBA16A214020101300F02013C300A04010F0405CE37BCEC02'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(857)@c3a6fa1a763d: patching N(SD)=3 into dtap '832D0802E180'O MSC_Test_0-RAN(857)@c3a6fa1a763d: patched enc_l3: '83ED0802E180'O MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683ED0802E180'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(859)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_ussd_during_mt_call0(864)2101136802 MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(856)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(856)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(856)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(858)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(856)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(858)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(857)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_ussd_during_mt_call0(864)11160882 TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mt_ussd_during_mt_call0(864)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(855)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(862)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(858)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(863)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(860)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(856)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(859)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(865)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(857)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(861)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(855): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(856): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(857): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(858): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(859): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(860): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(861): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(862): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(863): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_ussd_during_mt_call0(864): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(865): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_ussd_during_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_ussd_during_mt_call pass'. Mon May 13 04:43:26 UTC 2024 ====== MSC_Tests.TC_lu_and_mt_ussd_during_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_ussd_during_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=415152) Waiting for packet dumper to finish... 1 (prev_count=415152, count=416229) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_ussd_during_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_ussd_mo_release'. ------ MSC_Tests.TC_lu_and_mo_ussd_mo_release ------ Mon May 13 04:43:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_ussd_mo_release' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_ussd_mo_release started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(869)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(869)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(869)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(867)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(870)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(869)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(869)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(869)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(869)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(869)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(869)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(873)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000050" to be handled at TC_lu_and_mo_ussd_mo_release0(875) TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000050'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(868)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(868)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_ussd_mo_release0(875)1653549 MSC_Test_0-SCCP(867)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(868)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(867)@c3a6fa1a763d: { messageType := 2, destLocRef := '193B2D'O, sourceLocRef := '00007F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(873)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000050" handled at TC_lu_and_mo_ussd_mo_release0(875) MSC_Test-GSUP(873)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_ussd_mo_release0(875)"262420000000050" MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(868)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(868)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(868)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_ussd_mo_release0(875)1653549 TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B66387C6'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(868)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_ussd_mo_release0(875)5810505 MSC_Test_0-SCCP(867)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(868)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(867)@c3a6fa1a763d: { messageType := 2, destLocRef := '58A949'O, sourceLocRef := '000080'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(873)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000050" to be handled at TC_lu_and_mo_ussd_mo_release0(875) MSC_Test_0-RAN(868)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C18A11602010102013B300E04010F04092ADBCD6653C96CB611'O MSC_Test_0-RAN(868)@c3a6fa1a763d: patched enc_l3: '1B7B1C18A11602010102013B300E04010F04092ADBCD6653C96CB611'O MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_len:31 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001C1B7B1C18A11602010102013B300E04010F04092ADBCD6653C96CB611'O MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(868)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B2A'O MSC_Test_0-RAN(868)@c3a6fa1a763d: patched enc_l3: '1BAA'O MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100021BAA'O MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(867)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(867)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(867)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(869)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(867)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(869)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(868)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_ussd_mo_release0(875)5810505 TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_ussd_mo_release0(875)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(870)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(867)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(873)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(876)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(869)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(872)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(866)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(871)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(868)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(874)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(866): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(867): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(868): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(869): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(870): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(871): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(872): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(873): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(874): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_ussd_mo_release0(875): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(876): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_ussd_mo_release finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_ussd_mo_release pass'. Mon May 13 04:43:32 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_ussd_mo_release pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_ussd_mo_release.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=280813) Waiting for packet dumper to finish... 1 (prev_count=280813, count=282467) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_ussd_mo_release pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_ss_session_timeout'. ------ MSC_Tests.TC_lu_and_ss_session_timeout ------ Mon May 13 04:43:35 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_ss_session_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_ss_session_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(880)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(880)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(880)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(878)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(881)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(880)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(880)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(880)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(880)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(880)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(880)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(884)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000051" to be handled at TC_lu_and_ss_session_timeout0(886) TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000051'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(879)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(879)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_ss_session_timeout0(886)1836561 MSC_Test_0-SCCP(878)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(879)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: { messageType := 2, destLocRef := '1C0611'O, sourceLocRef := '000081'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(884)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000051" handled at TC_lu_and_ss_session_timeout0(886) MSC_Test-GSUP(884)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_ss_session_timeout0(886)"262420000000051" MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(878)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(879)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(879)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(879)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_ss_session_timeout0(886)1836561 TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0528A838'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(879)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_ss_session_timeout0(886)11353208 MSC_Test_0-RAN(879)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(878)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AD3C78'O, sourceLocRef := '000082'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(884)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000051" to be handled at TC_lu_and_ss_session_timeout0(886) MSC_Test_0-RAN(879)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C19A11702010102013B300F04010F040A2379995D0ECFCB917619'O MSC_Test_0-RAN(879)@c3a6fa1a763d: patched enc_l3: '1B7B1C19A11702010102013B300F04010F040A2379995D0ECFCB917619'O MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_len:32 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(878)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001D1B7B1C19A11702010102013B300F04010F040A2379995D0ECFCB917619'O TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(878)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(878)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(878)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(880)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(878)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(880)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(879)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_ss_session_timeout0(886)11353208 TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_ss_session_timeout0(886)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(878)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(881)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(882)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(887)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(879)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(877)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(880)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(884)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(885)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(883)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(877): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(878): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(879): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(880): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(881): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(882): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(883): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(884): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(885): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_ss_session_timeout0(886): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(887): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_ss_session_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_ss_session_timeout pass'. Mon May 13 04:43:40 UTC 2024 ====== MSC_Tests.TC_lu_and_ss_session_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_ss_session_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=274595) Waiting for packet dumper to finish... 1 (prev_count=274595, count=275672) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_ss_session_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_ussd_for_unknown_subscr'. ------ MSC_Tests.TC_mt_ussd_for_unknown_subscr ------ Mon May 13 04:43:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mt_ussd_for_unknown_subscr' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mt_ussd_for_unknown_subscr started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(891)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(891)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(891)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(889)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(892)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(891)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(891)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(891)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(891)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(891)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(891)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(891)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(891)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(891)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(891)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(891)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(891)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(891)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(891)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(891)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(891)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(891)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(891)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(891)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(890)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(890)@c3a6fa1a763d: Created IMSI[0] for '000000000000000'H'FFFFFFFF'O to be handled at TC_mt_ussd_for_unknown_subscr0(897) MSC_Test-GSUP(895)@c3a6fa1a763d: Created GsupExpect[0] for "000000000000000" to be handled at TC_mt_ussd_for_unknown_subscr0(897) MSC_Test-GSUP(895)@c3a6fa1a763d: Found GsupExpect[0] for "000000000000000" handled at TC_mt_ussd_for_unknown_subscr0(897) MSC_Test-GSUP(895)@c3a6fa1a763d: Added IMSI table entry 0TC_mt_ussd_for_unknown_subscr0(897)"000000000000000" TC_mt_ussd_for_unknown_subscr0(897)@c3a6fa1a763d: setverdict(fail): none -> fail reason: "Unknown/unexpected GSUP received", new component reason: "Unknown/unexpected GSUP received" TC_mt_ussd_for_unknown_subscr0(897)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Unknown/unexpected GSUP received" MSC_Test-GSUP(895)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(889)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(893)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(891)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(896)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(894)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(890)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(888)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(898)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(892)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(888): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(889): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(890): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(891): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(892): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(893): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(894): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(895): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(896): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mt_ussd_for_unknown_subscr0(897): fail (none -> fail) reason: "Unknown/unexpected GSUP received" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(898): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_mt_ussd_for_unknown_subscr finished. Verdict: fail reason: Unknown/unexpected GSUP received MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_ussd_for_unknown_subscr fail'. Mon May 13 04:43:46 UTC 2024 ------ MSC_Tests.TC_mt_ussd_for_unknown_subscr fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mt_ussd_for_unknown_subscr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=70982) Waiting for packet dumper to finish... 1 (prev_count=70982, count=73314) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mt_ussd_for_unknown_subscr fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_ussd_for_unknown_trans'. ------ MSC_Tests.TC_mo_ussd_for_unknown_trans ------ Mon May 13 04:43:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_ussd_for_unknown_trans' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_ussd_for_unknown_trans started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(902)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(902)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(902)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(900)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(903)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(902)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(902)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(902)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(902)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(902)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(902)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(901)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(901)@c3a6fa1a763d: Created IMSI[0] for '262420000000111'H'FFFFFFFF'O to be handled at TC_mo_ussd_for_unknown_trans0(908) MSC_Test-GSUP(906)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000111" to be handled at TC_mo_ussd_for_unknown_trans0(908) MSC_Test-GSUP(906)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000111" to be handled at TC_mo_ussd_for_unknown_trans0(908) TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000111'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(901)@c3a6fa1a763d: Added conn table entry 0TC_mo_ussd_for_unknown_trans0(908)5489229 MSC_Test_0-SCCP(900)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(901)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: { messageType := 2, destLocRef := '53C24D'O, sourceLocRef := '000083'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(906)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000111" handled at TC_mo_ussd_for_unknown_trans0(908) MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(906)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_ussd_for_unknown_trans0(908)"262420000000111" MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test_0-SCCP(900)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(901)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(901)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(901)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_ussd_for_unknown_trans0(908)5489229 MSC_Test_0-RAN(901)@c3a6fa1a763d: Added conn table entry 0TC_mo_ussd_for_unknown_trans0(908)6022787 MSC_Test_0-RAN(901)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3D84C435'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-SCCP(900)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: { messageType := 2, destLocRef := '5BE683'O, sourceLocRef := '000084'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(901)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3A17F326C0134FE5064C13F15C0BD537708BC6DE9EFB1FA1CB'O MSC_Test_0-RAN(901)@c3a6fa1a763d: patched enc_l3: '1B7A17F326C0134FE5064C13F15C0BD537708BC6DE9EFB1FA1CB'O MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_len:29 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(900)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001A1B7A17F326C0134FE5064C13F15C0BD537708BC6DE9EFB1FA1CB'O MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(900)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(901)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_ussd_for_unknown_trans0(908)6022787 TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3D84C435'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(901)@c3a6fa1a763d: Added conn table entry 0TC_mo_ussd_for_unknown_trans0(908)11667483 MSC_Test_0-SCCP(900)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(901)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B2081B'O, sourceLocRef := '000085'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(901)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B2A1C17448FDBA1AAD719D7C2D3E79F827BB6ACE65A349698B6A7'O MSC_Test_0-RAN(901)@c3a6fa1a763d: patched enc_l3: '1B6A1C17448FDBA1AAD719D7C2D3E79F827BB6ACE65A349698B6A7'O MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_len:30 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(900)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001B1B6A1C17448FDBA1AAD719D7C2D3E79F827BB6ACE65A349698B6A7'O MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(900)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(900)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(900)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(902)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(900)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(902)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(901)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_ussd_for_unknown_trans0(908)11667483 TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_ussd_for_unknown_trans0(908)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(902)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(905)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(903)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(907)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(900)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(904)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(899)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(909)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(901)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(906)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(899): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(900): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(901): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(902): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(903): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(904): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(905): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(906): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(907): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_ussd_for_unknown_trans0(908): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(909): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_ussd_for_unknown_trans finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_ussd_for_unknown_trans pass'. Mon May 13 04:44:01 UTC 2024 ====== MSC_Tests.TC_mo_ussd_for_unknown_trans pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_ussd_for_unknown_trans.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=361516) Waiting for packet dumper to finish... 1 (prev_count=361516, count=362593) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_ussd_for_unknown_trans pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_proc_ss_for_unknown_session'. ------ MSC_Tests.TC_proc_ss_for_unknown_session ------ Mon May 13 04:44:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_proc_ss_for_unknown_session' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_proc_ss_for_unknown_session started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(913)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(913)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(913)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(911)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(914)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(913)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(913)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(913)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(913)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(913)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(913)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(917)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000110" to be handled at TC_proc_ss_for_unknown_session0(919) TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000110'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(912)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(912)@c3a6fa1a763d: Added conn table entry 0TC_proc_ss_for_unknown_session0(919)5981962 MSC_Test_0-RAN(912)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(911)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(917)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000110" handled at TC_proc_ss_for_unknown_session0(919) MSC_Test_0-SCCP(911)@c3a6fa1a763d: { messageType := 2, destLocRef := '5B470A'O ("[G\n"), sourceLocRef := '000086'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test-GSUP(917)@c3a6fa1a763d: Added IMSI table entry 0TC_proc_ss_for_unknown_session0(919)"262420000000110" MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on connection ID:0 TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(911)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(911)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(912)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(912)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(911)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(911)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(911)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(911)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(913)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(912)@c3a6fa1a763d: Deleted conn table entry 0TC_proc_ss_for_unknown_session0(919)5981962 MSC_Test_0-M3UA(913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(912)@c3a6fa1a763d: Created IMSI[0] for '262420000000110'H'0F7BF584'O to be handled at TC_proc_ss_for_unknown_session0(919) MSC_Test-GSUP(917)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000110" to be handled at TC_proc_ss_for_unknown_session0(919) TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: setverdict(fail): pass -> fail reason: "Unknown/unexpected GSUP received", new component reason: "Unknown/unexpected GSUP received" TC_proc_ss_for_unknown_session0(919)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Unknown/unexpected GSUP received" MSC_Test-MNCC(914)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(913)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(910)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(916)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(915)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(918)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(917)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(920)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(912)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(911)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(910): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(911): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(912): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(913): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(914): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(915): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(916): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(917): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(918): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_proc_ss_for_unknown_session0(919): fail (none -> fail) reason: "Unknown/unexpected GSUP received" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(920): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_proc_ss_for_unknown_session finished. Verdict: fail reason: Unknown/unexpected GSUP received MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_proc_ss_for_unknown_session fail'. Mon May 13 04:44:07 UTC 2024 ------ MSC_Tests.TC_proc_ss_for_unknown_session fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_proc_ss_for_unknown_session.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=178782) Waiting for packet dumper to finish... 1 (prev_count=178782, count=179859) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_proc_ss_for_unknown_session fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_proc_ss_paging_fail'. ------ MSC_Tests.TC_proc_ss_paging_fail ------ Mon May 13 04:44:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_proc_ss_paging_fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_proc_ss_paging_fail started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(924)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(924)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(924)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(922)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(925)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(924)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(924)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(924)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(924)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(924)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(924)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(928)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000101" to be handled at TC_proc_ss_paging_fail0(930) TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000101'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(923)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(923)@c3a6fa1a763d: Added conn table entry 0TC_proc_ss_paging_fail0(930)7508325 MSC_Test_0-SCCP(922)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(923)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(922)@c3a6fa1a763d: { messageType := 2, destLocRef := '729165'O, sourceLocRef := '000087'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(928)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000101" handled at TC_proc_ss_paging_fail0(930) MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(928)@c3a6fa1a763d: Added IMSI table entry 0TC_proc_ss_paging_fail0(930)"262420000000101" MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(922)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(923)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(923)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(922)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(922)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(922)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(923)@c3a6fa1a763d: Deleted conn table entry 0TC_proc_ss_paging_fail0(930)7508325 TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(923)@c3a6fa1a763d: Created IMSI[0] for '262420000000101'H'2D836F70'O to be handled at TC_proc_ss_paging_fail0(930) MSC_Test-GSUP(928)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000101" to be handled at TC_proc_ss_paging_fail0(930) MSC_Test_0-M3UA(924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(923)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_proc_ss_paging_fail0(930) TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_paging_fail0(930)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MGCP(926)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(925)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(927)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(922)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(928)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(924)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(929)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(923)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(921)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(931)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(921): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(922): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(923): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(924): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(925): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(926): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(927): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(928): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(929): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_proc_ss_paging_fail0(930): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(931): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_proc_ss_paging_fail finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_proc_ss_paging_fail pass'. Mon May 13 04:44:22 UTC 2024 ====== MSC_Tests.TC_proc_ss_paging_fail pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_proc_ss_paging_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=179878) Waiting for packet dumper to finish... 1 (prev_count=179878, count=189561) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_proc_ss_paging_fail pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_proc_ss_abort'. ------ MSC_Tests.TC_proc_ss_abort ------ Mon May 13 04:44:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_proc_ss_abort' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_proc_ss_abort started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(935)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(935)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(935)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(933)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(936)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(935)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(935)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(935)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(935)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(935)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(935)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(939)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000102" to be handled at TC_proc_ss_abort0(941) TC_proc_ss_abort0(941)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000102'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(934)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(934)@c3a6fa1a763d: Added conn table entry 0TC_proc_ss_abort0(941)10977491 MSC_Test_0-SCCP(933)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(934)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A780D3'O, sourceLocRef := '000088'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(939)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000102" handled at TC_proc_ss_abort0(941) MSC_Test-GSUP(939)@c3a6fa1a763d: Added IMSI table entry 0TC_proc_ss_abort0(941)"262420000000102" MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_from0 TC_proc_ss_abort0(941)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test_0-SCCP(933)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(934)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(934)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(934)@c3a6fa1a763d: Deleted conn table entry 0TC_proc_ss_abort0(941)10977491 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_abort0(941)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(934)@c3a6fa1a763d: Created IMSI[0] for '262420000000102'H'240AD56C'O to be handled at TC_proc_ss_abort0(941) MSC_Test-GSUP(939)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000102" to be handled at TC_proc_ss_abort0(941) MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(934)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_proc_ss_abort0(941) TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_abort0(941)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '240AD56C'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(934)@c3a6fa1a763d: Added conn table entry 0TC_proc_ss_abort0(941)11092041 MSC_Test_0-SCCP(933)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A94049'O, sourceLocRef := '000089'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_proc_ss_abort0(941)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(933)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(933)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(933)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(935)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(933)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(934)@c3a6fa1a763d: Deleted conn table entry 0TC_proc_ss_abort0(941)11092041 MSC_Test_0-M3UA(935)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_abort0(941)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_proc_ss_abort0(941)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_proc_ss_abort0(941)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(942)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(937)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(932)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(934)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(936)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(940)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(933)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(939)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(935)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(938)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(932): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(933): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(934): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(935): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(936): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(937): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(938): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(939): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(940): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_proc_ss_abort0(941): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(942): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_proc_ss_abort finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_proc_ss_abort pass'. Mon May 13 04:44:28 UTC 2024 ====== MSC_Tests.TC_proc_ss_abort pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_proc_ss_abort.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=273830) Waiting for packet dumper to finish... 1 (prev_count=273830, count=274907) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_proc_ss_abort pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_multi_lu_and_mo_ussd'. ------ MSC_Tests.TC_multi_lu_and_mo_ussd ------ Mon May 13 04:44:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_multi_lu_and_mo_ussd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_multi_lu_and_mo_ussd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(946)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(946)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(946)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(944)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(947)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(946)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(946)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(946)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(946)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(946)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000210" to be handled at TC_multi_lu_and_mo_ussd0(952) TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000210'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000211" to be handled at TC_multi_lu_and_mo_ussd0(953) TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000211'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[2] for "262420000000212" to be handled at TC_multi_lu_and_mo_ussd0(955) TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000212'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[3] for "262420000000213" to be handled at TC_multi_lu_and_mo_ussd0(957) TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000213'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[4] for "262420000000214" to be handled at TC_multi_lu_and_mo_ussd0(959) TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000214'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mo_ussd0(952)12910002 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mo_ussd0(953)16280786 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mo_ussd0(955)7534705 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C4FDB2'O, sourceLocRef := '00008A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000210" handled at TC_multi_lu_and_mo_ussd0(952) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 0TC_multi_lu_and_mo_ussd0(952)"262420000000210" MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 3TC_multi_lu_and_mo_ussd0(957)14783635 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:3 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[1] for "262420000000211" handled at TC_multi_lu_and_mo_ussd0(953) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 1TC_multi_lu_and_mo_ussd0(953)"262420000000211" MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F86CD2'O, sourceLocRef := '00008B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[2] for "262420000000212" handled at TC_multi_lu_and_mo_ussd0(955) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 2TC_multi_lu_and_mo_ussd0(955)"262420000000212" MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[3] for "262420000000213" handled at TC_multi_lu_and_mo_ussd0(957) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 3TC_multi_lu_and_mo_ussd0(957)"262420000000213" MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '72F871'O, sourceLocRef := '00008C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E19493'O, sourceLocRef := '00008D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 4TC_multi_lu_and_mo_ussd0(959)5933319 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 4 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '5A8907'O, sourceLocRef := '00008E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[4] for "262420000000214" handled at TC_multi_lu_and_mo_ussd0(959) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 4TC_multi_lu_and_mo_ussd0(959)"262420000000214" MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000215" to be handled at TC_multi_lu_and_mo_ussd0(961) MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000215'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 5TC_multi_lu_and_mo_ussd0(961)10857743 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 5 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:5 TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000215" handled at TC_multi_lu_and_mo_ussd0(961) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 5TC_multi_lu_and_mo_ussd0(961)"262420000000215" MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A5AD0F'O, sourceLocRef := '00008F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mo_ussd0(953)16280786 MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mo_ussd0(955)7534705 TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '30722A65'O ("0r*e") } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2C6B03DF'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 3TC_multi_lu_and_mo_ussd0(957)14783635 TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mo_ussd0(952)12910002 TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mo_ussd0(953)75702 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mo_ussd0(955)16273404 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'ACD70080'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '22A8CB6D'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mo_ussd0(952)14851585 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 3TC_multi_lu_and_mo_ussd0(957)7819117 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:3 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000216" to be handled at TC_multi_lu_and_mo_ussd0(963) TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000216'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 6TC_multi_lu_and_mo_ussd0(963)6537279 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 6 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:6 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000216" handled at TC_multi_lu_and_mo_ussd0(963) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 6TC_multi_lu_and_mo_ussd0(963)"262420000000216" MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '0127B6'O, sourceLocRef := '000090'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F84FFC'O, sourceLocRef := '000091'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E29E01'O, sourceLocRef := '000092'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '774F6D'O ("wOm"), sourceLocRef := '000093'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '63C03F'O, sourceLocRef := '000094'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000211" to be handled at TC_multi_lu_and_mo_ussd0(953) TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000212" to be handled at TC_multi_lu_and_mo_ussd0(955) MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[2] for "262420000000217" to be handled at TC_multi_lu_and_mo_ussd0(965) MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[3] for "262420000000210" to be handled at TC_multi_lu_and_mo_ussd0(952) MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[4] for "262420000000213" to be handled at TC_multi_lu_and_mo_ussd0(957) TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000217'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:7 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 7TC_multi_lu_and_mo_ussd0(965)7453883 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 7 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[5] for "262420000000218" to be handled at TC_multi_lu_and_mo_ussd0(967) MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000218'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 8TC_multi_lu_and_mo_ussd0(967)1080346 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 8 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 4TC_multi_lu_and_mo_ussd0(959)5933319 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[2] for "262420000000217" handled at TC_multi_lu_and_mo_ussd0(965) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 7TC_multi_lu_and_mo_ussd0(965)"262420000000217" MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '71BCBB'O, sourceLocRef := '000095'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '107C1A'O, sourceLocRef := '000096'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:7 TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[5] for "262420000000218" handled at TC_multi_lu_and_mo_ussd0(967) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 8TC_multi_lu_and_mo_ussd0(967)"262420000000218" TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '87BA2E2F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B16806FC'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 5TC_multi_lu_and_mo_ussd0(961)10857743 MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[2] for "262420000000219" to be handled at TC_multi_lu_and_mo_ussd0(969) MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 4TC_multi_lu_and_mo_ussd0(959)4970373 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 4 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:8 TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000219'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 5TC_multi_lu_and_mo_ussd0(961)898016 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:5 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 5 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '4BD785'O, sourceLocRef := '000097'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:9 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 9TC_multi_lu_and_mo_ussd0(969)3841234 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 9 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:6 TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '0DB3E0'O, sourceLocRef := '000098'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[5] for "262420000000214" to be handled at TC_multi_lu_and_mo_ussd0(959) MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 6TC_multi_lu_and_mo_ussd0(963)6537279 TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '3A9CD2'O, sourceLocRef := '000099'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A08E6B8B'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[2] for "262420000000219" handled at TC_multi_lu_and_mo_ussd0(969) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 9TC_multi_lu_and_mo_ussd0(969)"262420000000219" MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mo_ussd0(953)75702 TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[2] for "262420000000215" to be handled at TC_multi_lu_and_mo_ussd0(961) TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(953)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mo_ussd0(963)4319538 TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '41E932'O, sourceLocRef := '00009A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[6] for "262420000000216" to be handled at TC_multi_lu_and_mo_ussd0(963) MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[7] for "262420000000220" to be handled at TC_multi_lu_and_mo_ussd0(971) TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000220'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mo_ussd0(955)16273404 TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(955)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(952)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mo_ussd0(952)14851585 MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mo_ussd0(971)8112252 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[7] for "262420000000220" handled at TC_multi_lu_and_mo_ussd0(971) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 10TC_multi_lu_and_mo_ussd0(971)"262420000000220" MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '7BC87C'O, sourceLocRef := '00009B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 3TC_multi_lu_and_mo_ussd0(957)7819117 TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(957)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 7TC_multi_lu_and_mo_ussd0(965)7453883 TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7228375E'O ("r(7^") } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mo_ussd0(965)8259045 TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[7] for "262420000000221" to be handled at TC_multi_lu_and_mo_ussd0(973) TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000221'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 3TC_multi_lu_and_mo_ussd0(973)5281722 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:3 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[8] for "262420000000222" to be handled at TC_multi_lu_and_mo_ussd0(975) MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[7] for "262420000000221" handled at TC_multi_lu_and_mo_ussd0(973) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 11TC_multi_lu_and_mo_ussd0(973)"262420000000221" TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000222'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '7E05E5'O, sourceLocRef := '00009C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '5097BA'O, sourceLocRef := '00009D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 4TC_multi_lu_and_mo_ussd0(959)4970373 TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(959)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '32BC4FDA'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 8TC_multi_lu_and_mo_ussd0(967)1080346 TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(961)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 5TC_multi_lu_and_mo_ussd0(961)898016 MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mo_ussd0(963)4319538 TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mo_ussd0(975)16122652 TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[7] for "262420000000217" to be handled at TC_multi_lu_and_mo_ussd0(965) TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(963)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 4TC_multi_lu_and_mo_ussd0(967)16112359 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:4 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 4 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F6031C'O, sourceLocRef := '00009E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F5DAE7'O, sourceLocRef := '00009F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[8] for "262420000000222" handled at TC_multi_lu_and_mo_ussd0(975) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 12TC_multi_lu_and_mo_ussd0(975)"262420000000222" MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 9TC_multi_lu_and_mo_ussd0(969)3841234 TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mo_ussd0(971)8112252 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[8] for "262420000000218" to be handled at TC_multi_lu_and_mo_ussd0(967) TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '59297E11'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A6A748D6'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mo_ussd0(969)14865790 TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 5TC_multi_lu_and_mo_ussd0(971)9484256 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:5 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 5 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E2D57E'O, sourceLocRef := '0000A0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '90B7E0'O, sourceLocRef := '0000A1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[9] for "262420000000219" to be handled at TC_multi_lu_and_mo_ussd0(969) TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mo_ussd0(965)8259045 TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(965)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[10] for "262420000000220" to be handled at TC_multi_lu_and_mo_ussd0(971) MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[11] for "262420000000223" to be handled at TC_multi_lu_and_mo_ussd0(977) TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000223'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mo_ussd0(977)5812878 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 3TC_multi_lu_and_mo_ussd0(973)5281722 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '60498E01'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 3TC_multi_lu_and_mo_ussd0(973)9744099 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[11] for "262420000000223" handled at TC_multi_lu_and_mo_ussd0(977) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 13TC_multi_lu_and_mo_ussd0(977)"262420000000223" TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '58B28E'O, sourceLocRef := '0000A2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '94AEE3'O, sourceLocRef := '0000A3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[11] for "262420000000221" to be handled at TC_multi_lu_and_mo_ussd0(973) MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mo_ussd0(969)14865790 TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mo_ussd0(969)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mo_ussd0(975)16122652 TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3387EECA'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mo_ussd0(975)7879679 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[12] for "262420000000224" to be handled at TC_multi_lu_and_mo_ussd0(979) TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000224'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mo_ussd0(979)9167881 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 4TC_multi_lu_and_mo_ussd0(967)16112359 MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 5TC_multi_lu_and_mo_ussd0(971)9484256 TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[12] for "262420000000224" handled at TC_multi_lu_and_mo_ussd0(979) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 14TC_multi_lu_and_mo_ussd0(979)"262420000000224" MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '783BFF'O, sourceLocRef := '0000A4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(967)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '8BE409'O, sourceLocRef := '0000A5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 TC_multi_lu_and_mo_ussd0(971)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 3TC_multi_lu_and_mo_ussd0(973)9744099 MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mo_ussd0(977)5812878 TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(973)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[12] for "262420000000222" to be handled at TC_multi_lu_and_mo_ussd0(975) TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1E28958A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mo_ussd0(977)13987837 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D56FFD'O, sourceLocRef := '0000A6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[13] for "262420000000223" to be handled at TC_multi_lu_and_mo_ussd0(977) MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[14] for "262420000000225" to be handled at TC_multi_lu_and_mo_ussd0(981) MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000225'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mo_ussd0(979)9167881 TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mo_ussd0(979)1581413 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:1 TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2CC68C67'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 3TC_multi_lu_and_mo_ussd0(981)9646980 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:3 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mo_ussd0(975)7879679 TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '182165'O, sourceLocRef := '0000A7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test-GSUP(950)@c3a6fa1a763d: Found GsupExpect[14] for "262420000000225" handled at TC_multi_lu_and_mo_ussd0(981) MSC_Test-GSUP(950)@c3a6fa1a763d: Added IMSI table entry 15TC_multi_lu_and_mo_ussd0(981)"262420000000225" MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := '933384'O, sourceLocRef := '0000A8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[14] for "262420000000224" to be handled at TC_multi_lu_and_mo_ussd0(979) TC_multi_lu_and_mo_ussd0(975)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mo_ussd0(977)13987837 TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(977)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mo_ussd0(979)1581413 TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(979)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 3TC_multi_lu_and_mo_ussd0(981)9646980 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BE5477C6'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(945)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mo_ussd0(981)15826256 MSC_Test_0-RAN(945)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(944)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F17D50'O, sourceLocRef := '0000A9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(950)@c3a6fa1a763d: Created GsupExpect[15] for "262420000000225" to be handled at TC_multi_lu_and_mo_ussd0(981) MSC_Test_0-RAN(945)@c3a6fa1a763d: patching N(SD)=1 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-RAN(945)@c3a6fa1a763d: patched enc_l3: '1B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100191B7B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(944)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(944)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(944)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(946)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(944)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(946)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(945)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mo_ussd0(981)15826256 TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mo_ussd0(981)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(944)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(966)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(970)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(960)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(958)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(964)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(962)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(951)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(976)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(954)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(972)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(980)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(949)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(974)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(947)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(968)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(982)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(983)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(943)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(948)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(945)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(950)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(956)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(946)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(978)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(943): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(944): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(945): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(946): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(947): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(948): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(949): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(950): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(951): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(952): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(953): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(954): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(955): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(956): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(957): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(958): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(959): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(960): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(961): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(962): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(963): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(964): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(965): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(966): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(967): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(968): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(969): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(970): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(971): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(972): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(973): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(974): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(975): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(976): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(977): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(978): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(979): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(980): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mo_ussd0(981): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(982): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(983): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_multi_lu_and_mo_ussd finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_multi_lu_and_mo_ussd pass'. Mon May 13 04:44:34 UTC 2024 ====== MSC_Tests.TC_multi_lu_and_mo_ussd pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_multi_lu_and_mo_ussd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=3378440) Waiting for packet dumper to finish... 1 (prev_count=3378440, count=3379517) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_multi_lu_and_mo_ussd pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_multi_lu_and_mt_ussd'. ------ MSC_Tests.TC_multi_lu_and_mt_ussd ------ Mon May 13 04:44:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_multi_lu_and_mt_ussd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_multi_lu_and_mt_ussd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(987)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(987)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(987)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(985)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(988)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(987)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(987)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(987)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000226" to be handled at TC_multi_lu_and_mt_ussd0(993) TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000226'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000227" to be handled at TC_multi_lu_and_mt_ussd0(994) TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000227'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[2] for "262420000000228" to be handled at TC_multi_lu_and_mt_ussd0(996) TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000228'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[3] for "262420000000229" to be handled at TC_multi_lu_and_mt_ussd0(998) TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000229'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[4] for "262420000000230" to be handled at TC_multi_lu_and_mt_ussd0(1000) TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000230'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[5] for "262420000000231" to be handled at TC_multi_lu_and_mt_ussd0(1002) TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000231'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[6] for "262420000000232" to be handled at TC_multi_lu_and_mt_ussd0(1004) TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000232'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[7] for "262420000000233" to be handled at TC_multi_lu_and_mt_ussd0(1006) TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000233'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[8] for "262420000000234" to be handled at TC_multi_lu_and_mt_ussd0(1008) TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000234'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[9] for "262420000000235" to be handled at TC_multi_lu_and_mt_ussd0(1010) TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000235'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[10] for "262420000000236" to be handled at TC_multi_lu_and_mt_ussd0(1012) TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000236'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(986)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mt_ussd0(993)8416717 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000226" handled at TC_multi_lu_and_mt_ussd0(993) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 0TC_multi_lu_and_mt_ussd0(993)"262420000000226" MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '806DCD'O, sourceLocRef := '0000AA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mt_ussd0(994)10592314 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A1A03A'O, sourceLocRef := '0000AB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mt_ussd0(996)15934776 MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[1] for "262420000000227" handled at TC_multi_lu_and_mt_ussd0(994) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 1TC_multi_lu_and_mt_ussd0(994)"262420000000227" MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[2] for "262420000000228" handled at TC_multi_lu_and_mt_ussd0(996) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 2TC_multi_lu_and_mt_ussd0(996)"262420000000228" MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F32538'O, sourceLocRef := '0000AC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:3 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 3TC_multi_lu_and_mt_ussd0(998)8214423 MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[3] for "262420000000229" handled at TC_multi_lu_and_mt_ussd0(998) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 3TC_multi_lu_and_mt_ussd0(998)"262420000000229" MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '7D5797'O, sourceLocRef := '0000AD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 4TC_multi_lu_and_mt_ussd0(1000)6800797 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '67C59D'O, sourceLocRef := '0000AE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:5 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[4] for "262420000000230" handled at TC_multi_lu_and_mt_ussd0(1000) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 4TC_multi_lu_and_mt_ussd0(1000)"262420000000230" MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 4 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 5TC_multi_lu_and_mt_ussd0(1002)9661140 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '936AD4'O, sourceLocRef := '0000AF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 5 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 6TC_multi_lu_and_mt_ussd0(1004)13434287 MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[5] for "262420000000231" handled at TC_multi_lu_and_mt_ussd0(1002) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 5TC_multi_lu_and_mt_ussd0(1002)"262420000000231" MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:6 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CCFDAF'O, sourceLocRef := '0000B0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:7 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 6 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 7TC_multi_lu_and_mt_ussd0(1006)11695230 MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[6] for "262420000000232" handled at TC_multi_lu_and_mt_ussd0(1004) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 6TC_multi_lu_and_mt_ussd0(1004)"262420000000232" MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B2747E'O, sourceLocRef := '0000B1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:8 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 7 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 8TC_multi_lu_and_mt_ussd0(1008)2504205 MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000237" to be handled at TC_multi_lu_and_mt_ussd0(1014) MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[7] for "262420000000233" handled at TC_multi_lu_and_mt_ussd0(1006) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 7TC_multi_lu_and_mt_ussd0(1006)"262420000000233" TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000237'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 8 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 9TC_multi_lu_and_mt_ussd0(1010)13892206 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 9 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 10TC_multi_lu_and_mt_ussd0(1012)15708764 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 10 set to 1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '26360D'O ("&6\r"), sourceLocRef := '0000B2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:9 MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[8] for "262420000000234" handled at TC_multi_lu_and_mt_ussd0(1008) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 8TC_multi_lu_and_mt_ussd0(1008)"262420000000234" MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[9] for "262420000000235" handled at TC_multi_lu_and_mt_ussd0(1010) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 9TC_multi_lu_and_mt_ussd0(1010)"262420000000235" MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D3FA6E'O, sourceLocRef := '0000B3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:10 MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[10] for "262420000000236" handled at TC_multi_lu_and_mt_ussd0(1012) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 10TC_multi_lu_and_mt_ussd0(1012)"262420000000236" MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EFB25C'O, sourceLocRef := '0000B4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 11TC_multi_lu_and_mt_ussd0(1014)2721331 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 11 set to 1 TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '298633'O, sourceLocRef := '0000B5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000237" handled at TC_multi_lu_and_mt_ussd0(1014) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 11TC_multi_lu_and_mt_ussd0(1014)"262420000000237" MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000238" to be handled at TC_multi_lu_and_mt_ussd0(1016) TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000238'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 12TC_multi_lu_and_mt_ussd0(1016)15405895 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 12 set to 1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:12 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000238" handled at TC_multi_lu_and_mt_ussd0(1016) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 12TC_multi_lu_and_mt_ussd0(1016)"262420000000238" MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EB1347'O, sourceLocRef := '0000B6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000239" to be handled at TC_multi_lu_and_mt_ussd0(1018) TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000239'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 3TC_multi_lu_and_mt_ussd0(998)8214423 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 8TC_multi_lu_and_mt_ussd0(1008)2504205 TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mt_ussd0(993)8416717 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 7TC_multi_lu_and_mt_ussd0(1006)11695230 TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mt_ussd0(1018)15516049 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[0] for '262420000000234'H'34969440'O to be handled at TC_multi_lu_and_mt_ussd0(1008) MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000234" to be handled at TC_multi_lu_and_mt_ussd0(1008) TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[1] for '262420000000226'H'2D70AFC4'O to be handled at TC_multi_lu_and_mt_ussd0(993) MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[2] for '262420000000229'H'AFE5B5CC'O to be handled at TC_multi_lu_and_mt_ussd0(998) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[2] for "262420000000229" to be handled at TC_multi_lu_and_mt_ussd0(998) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[3] for "262420000000226" to be handled at TC_multi_lu_and_mt_ussd0(993) MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[3] for '262420000000233'H'42D326E8'O to be handled at TC_multi_lu_and_mt_ussd0(1006) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[4] for "262420000000233" to be handled at TC_multi_lu_and_mt_ussd0(1006) MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1008) MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(993) TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(998) MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1006) TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '34969440'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2D70AFC4'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000239" handled at TC_multi_lu_and_mt_ussd0(1018) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 13TC_multi_lu_and_mt_ussd0(1018)"262420000000239" MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 3TC_multi_lu_and_mt_ussd0(1008)8491334 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 7TC_multi_lu_and_mt_ussd0(993)4239142 TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'AFE5B5CC'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 8TC_multi_lu_and_mt_ussd0(998)4117210 TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '42D326E8'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'ECC191'O, sourceLocRef := '0000B7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 6TC_multi_lu_and_mt_ussd0(1004)13434287 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 9TC_multi_lu_and_mt_ussd0(1010)13892206 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 4TC_multi_lu_and_mt_ussd0(1000)6800797 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 4TC_multi_lu_and_mt_ussd0(1006)8073553 TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 10TC_multi_lu_and_mt_ussd0(1012)15708764 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 5TC_multi_lu_and_mt_ussd0(1002)9661140 TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mt_ussd0(996)15934776 TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mt_ussd0(994)10592314 TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[4] for '262420000000232'H'0CBBA5DA'O to be handled at TC_multi_lu_and_mt_ussd0(1004) MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[5] for '262420000000230'H'5D0673DE'O to be handled at TC_multi_lu_and_mt_ussd0(1000) MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[6] for '262420000000227'H'403A9E54'O to be handled at TC_multi_lu_and_mt_ussd0(994) TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[7] for '262420000000228'H'04B6C424'O to be handled at TC_multi_lu_and_mt_ussd0(996) MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[8] for '262420000000231'H'7E60969C'O to be handled at TC_multi_lu_and_mt_ussd0(1002) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000232" to be handled at TC_multi_lu_and_mt_ussd0(1004) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[5] for "262420000000230" to be handled at TC_multi_lu_and_mt_ussd0(1000) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[6] for "262420000000227" to be handled at TC_multi_lu_and_mt_ussd0(994) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[7] for "262420000000228" to be handled at TC_multi_lu_and_mt_ussd0(996) TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[9] for '262420000000235'H'B05684B1'O to be handled at TC_multi_lu_and_mt_ussd0(1010) MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[10] for '262420000000236'H'1C1BA156'O to be handled at TC_multi_lu_and_mt_ussd0(1012) TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[8] for "262420000000231" to be handled at TC_multi_lu_and_mt_ussd0(1002) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[9] for "262420000000235" to be handled at TC_multi_lu_and_mt_ussd0(1010) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[10] for "262420000000236" to be handled at TC_multi_lu_and_mt_ussd0(1012) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '819146'O, sourceLocRef := '0000B8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1004) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '40AF26'O, sourceLocRef := '0000B9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '3ED2DA'O, sourceLocRef := '0000BA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '7B3151'O ("{1Q"), sourceLocRef := '0000BB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0CBBA5DA'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 11TC_multi_lu_and_mt_ussd0(1014)2721331 TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 12TC_multi_lu_and_mt_ussd0(1016)15405895 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mt_ussd0(1004)6327526 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:5 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[11] for "262420000000240" to be handled at TC_multi_lu_and_mt_ussd0(1020) TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[11] for '262420000000237'H'1861798D'O to be handled at TC_multi_lu_and_mt_ussd0(1014) TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[12] for "262420000000237" to be handled at TC_multi_lu_and_mt_ussd0(1014) TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000240'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mt_ussd0(1020)8818241 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:6 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[12] for '262420000000238'H'7410125A'O to be handled at TC_multi_lu_and_mt_ussd0(1016) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[13] for "262420000000238" to be handled at TC_multi_lu_and_mt_ussd0(1016) TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '608CE6'O, sourceLocRef := '0000BC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '868E41'O, sourceLocRef := '0000BD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(994) MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[11] for "262420000000240" handled at TC_multi_lu_and_mt_ussd0(1020) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 14TC_multi_lu_and_mt_ussd0(1020)"262420000000240" MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1010) TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '403A9E54'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B05684B1'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1014) MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1000) MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1002) MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1012) TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1861798D'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '5D0673DE'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(996) TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1C1BA156'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7E60969C'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1016) TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '04B6C424'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7410125A'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 5TC_multi_lu_and_mt_ussd0(994)15240523 TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:7 TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E88D4B'O, sourceLocRef := '0000BE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 6TC_multi_lu_and_mt_ussd0(1010)9297717 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:8 MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '8DDF35'O, sourceLocRef := '0000BF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 9TC_multi_lu_and_mt_ussd0(1000)751261 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 10TC_multi_lu_and_mt_ussd0(1012)9120865 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 11TC_multi_lu_and_mt_ussd0(1002)2302207 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 12TC_multi_lu_and_mt_ussd0(1014)5908297 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 13TC_multi_lu_and_mt_ussd0(996)7998703 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 14TC_multi_lu_and_mt_ussd0(1016)7202236 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '0B769D'O, sourceLocRef := '0000C0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '8B2C61'O, sourceLocRef := '0000C1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '2320FF'O, sourceLocRef := '0000C2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '5A2749'O ("Z'I"), sourceLocRef := '0000C3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '7A0CEF'O, sourceLocRef := '0000C4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '6DE5BC'O, sourceLocRef := '0000C5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[11] for "262420000000241" to be handled at TC_multi_lu_and_mt_ussd0(1022) TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000241'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 3TC_multi_lu_and_mt_ussd0(1008)8491334 TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 8TC_multi_lu_and_mt_ussd0(998)4117210 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mt_ussd0(1018)15516049 TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O TC_multi_lu_and_mt_ussd0(998)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mt_ussd0(1022)12887834 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(986)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[13] for '262420000000239'H'B3F1EDAB'O to be handled at TC_multi_lu_and_mt_ussd0(1018) TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1008)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[14] for "262420000000239" to be handled at TC_multi_lu_and_mt_ussd0(1018) TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(991)@c3a6fa1a763d: Found GsupExpect[11] for "262420000000241" handled at TC_multi_lu_and_mt_ussd0(1022) MSC_Test-GSUP(991)@c3a6fa1a763d: Added IMSI table entry 15TC_multi_lu_and_mt_ussd0(1022)"262420000000241" TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C4A71A'O, sourceLocRef := '0000C6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 4TC_multi_lu_and_mt_ussd0(1006)8073553 TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mt_ussd0(1004)6327526 TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 6TC_multi_lu_and_mt_ussd0(1010)9297717 TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 7TC_multi_lu_and_mt_ussd0(993)4239142 TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1006)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1010)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): none -> pass TC_multi_lu_and_mt_ussd0(993)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1004)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1018) TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(994)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B3F1EDAB'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 5TC_multi_lu_and_mt_ussd0(994)15240523 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 9TC_multi_lu_and_mt_ussd0(1000)751261 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 11TC_multi_lu_and_mt_ussd0(1002)2302207 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 13TC_multi_lu_and_mt_ussd0(996)7998703 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 12TC_multi_lu_and_mt_ussd0(1014)5908297 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 10TC_multi_lu_and_mt_ussd0(1012)9120865 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mt_ussd0(1020)8818241 MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 1TC_multi_lu_and_mt_ussd0(1018)10776946 TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1012)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(996)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1014)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1000)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1002)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[14] for '262420000000240'H'74877881'O to be handled at TC_multi_lu_and_mt_ussd0(1020) MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[11] for "262420000000240" to be handled at TC_multi_lu_and_mt_ussd0(1020) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1020) MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 14TC_multi_lu_and_mt_ussd0(1016)7202236 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A47172'O, sourceLocRef := '0000C7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1016)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '74877881'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 2TC_multi_lu_and_mt_ussd0(1020)266792 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '041228'O, sourceLocRef := '0000C8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mt_ussd0(1022)12887834 TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Created IMSI[15] for '262420000000241'H'543692B8'O to be handled at TC_multi_lu_and_mt_ussd0(1022) MSC_Test-GSUP(991)@c3a6fa1a763d: Created GsupExpect[15] for "262420000000241" to be handled at TC_multi_lu_and_mt_ussd0(1022) MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(986)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_multi_lu_and_mt_ussd0(1022) MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:1 TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 1TC_multi_lu_and_mt_ussd0(1018)10776946 TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1018)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '543692B8'O } } } }, additionalUpdateParameters := omit } } } } TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Added conn table entry 0TC_multi_lu_and_mt_ussd0(1022)2652123 MSC_Test_0-SCCP(985)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: { messageType := 2, destLocRef := '2877DB'O, sourceLocRef := '0000C9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1020)@c3a6fa1a763d: Final verdict of PTC: pass TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 2TC_multi_lu_and_mt_ussd0(1020)266792 MSC_Test_0-RAN(986)@c3a6fa1a763d: patching N(SD)=0 into dtap '8B3A05A203020101'O MSC_Test_0-RAN(986)@c3a6fa1a763d: patched enc_l3: '8B3A05A203020101'O MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100088B3A05A203020101'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(985)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(985)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(985)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(987)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(985)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(986)@c3a6fa1a763d: Deleted conn table entry 0TC_multi_lu_and_mt_ussd0(1022)2652123 MSC_Test_0-M3UA(987)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_multi_lu_and_mt_ussd0(1022)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(988)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(984)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(997)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1024)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(995)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(999)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1013)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(989)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1005)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(991)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1021)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1003)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1001)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1009)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1007)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(992)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1023)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(985)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1017)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1019)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1015)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1011)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(990)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(987)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(986)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(984): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(985): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(986): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(987): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(988): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(989): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(990): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(991): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(992): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(993): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(994): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(995): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(996): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(997): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(998): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(999): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1000): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1001): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1002): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1003): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1004): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1005): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1006): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1007): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1008): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1009): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1010): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1011): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1012): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1013): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1014): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1015): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1016): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1017): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1018): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1019): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1020): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1021): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_multi_lu_and_mt_ussd0(1022): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1023): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1024): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_multi_lu_and_mt_ussd finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_multi_lu_and_mt_ussd pass'. Mon May 13 04:44:41 UTC 2024 ====== MSC_Tests.TC_multi_lu_and_mt_ussd pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_multi_lu_and_mt_ussd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=3539192) Waiting for packet dumper to finish... 1 (prev_count=3539192, count=3540947) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_multi_lu_and_mt_ussd pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_with_invalid_cipher'. ------ MSC_Tests.TC_cipher_complete_with_invalid_cipher ------ Mon May 13 04:44:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_with_invalid_cipher' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cipher_complete_with_invalid_cipher started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1028)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1028)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1028)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1026)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1029)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1028)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1028)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(1027)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1032)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000052" to be handled at TC_cipher_complete_with_invalid_cipher0(1034) TC_cipher_complete_with_invalid_cipher0(1034)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000052'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1027)@c3a6fa1a763d: Added conn table entry 0TC_cipher_complete_with_invalid_cipher0(1034)16474253 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FB608D'O, sourceLocRef := '0000CA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1032)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000052" handled at TC_cipher_complete_with_invalid_cipher0(1034) MSC_Test-GSUP(1032)@c3a6fa1a763d: Added IMSI table entry 0TC_cipher_complete_with_invalid_cipher0(1034)"262420000000052" MSC_Test_0-RAN(1027)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1027)@c3a6fa1a763d: patching N(SD)=1 into dtap '05144E20C7BA'O MSC_Test_0-RAN(1027)@c3a6fa1a763d: patched enc_l3: '05544E20C7BA'O MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605544E20C7BA'O MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1026)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cipher_complete_with_invalid_cipher0(1034)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1026)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1028)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1027)@c3a6fa1a763d: Deleted conn table entry 0TC_cipher_complete_with_invalid_cipher0(1034)16474253 TC_cipher_complete_with_invalid_cipher0(1034)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_with_invalid_cipher0(1034)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_cipher_complete_with_invalid_cipher0(1034)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_with_invalid_cipher0(1034)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1032)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1026)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1028)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1030)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1029)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1033)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1035)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1027)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1031)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1025)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1025): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1026): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1027): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1028): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1029): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1030): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1031): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1032): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1033): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cipher_complete_with_invalid_cipher0(1034): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1035): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cipher_complete_with_invalid_cipher finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_with_invalid_cipher pass'. Mon May 13 04:44:52 UTC 2024 ====== MSC_Tests.TC_cipher_complete_with_invalid_cipher pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cipher_complete_with_invalid_cipher.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=188058) Waiting for packet dumper to finish... 1 (prev_count=188058, count=189135) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_with_invalid_cipher pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_1_without_cipher'. ------ MSC_Tests.TC_cipher_complete_1_without_cipher ------ Mon May 13 04:44:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_1_without_cipher' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cipher_complete_1_without_cipher started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1039)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1039)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1039)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1037)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1040)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1039)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1039)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1043)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_cipher_complete_1_without_cipher0(1045) TC_cipher_complete_1_without_cipher0(1045)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1038)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1038)@c3a6fa1a763d: Added conn table entry 0TC_cipher_complete_1_without_cipher0(1045)7398599 MSC_Test_0-RAN(1038)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1037)@c3a6fa1a763d: { messageType := 2, destLocRef := '70E4C7'O, sourceLocRef := '0000CB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1043)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_cipher_complete_1_without_cipher0(1045) MSC_Test-GSUP(1043)@c3a6fa1a763d: Added IMSI table entry 0TC_cipher_complete_1_without_cipher0(1045)"262420000000053" MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1038)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E434A935'O MSC_Test_0-RAN(1038)@c3a6fa1a763d: patched enc_l3: '0554E434A935'O MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554E434A935'O MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000155'O MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cipher_complete_1_without_cipher0(1045)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(1038)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1038)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1038)@c3a6fa1a763d: Deleted conn table entry 0TC_cipher_complete_1_without_cipher0(1045)7398599 TC_cipher_complete_1_without_cipher0(1045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_1_without_cipher0(1045)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cipher_complete_1_without_cipher0(1045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_1_without_cipher0(1045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_1_without_cipher0(1045)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(1038)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1043)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1041)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1044)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1046)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1040)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1036)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1042)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1037)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1039)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1036): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1037): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1038): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1039): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1040): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1041): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1042): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1043): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1044): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cipher_complete_1_without_cipher0(1045): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1046): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cipher_complete_1_without_cipher finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_1_without_cipher pass'. Mon May 13 04:44:57 UTC 2024 ====== MSC_Tests.TC_cipher_complete_1_without_cipher pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cipher_complete_1_without_cipher.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=208905) Waiting for packet dumper to finish... 1 (prev_count=208905, count=209982) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_1_without_cipher pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_3_without_cipher'. ------ MSC_Tests.TC_cipher_complete_3_without_cipher ------ Mon May 13 04:45:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_3_without_cipher' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cipher_complete_3_without_cipher started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1050)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1050)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1050)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1048)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1051)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1050)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1050)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1054)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_cipher_complete_3_without_cipher0(1056) TC_cipher_complete_3_without_cipher0(1056)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1049)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1049)@c3a6fa1a763d: Added conn table entry 0TC_cipher_complete_3_without_cipher0(1056)7938179 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1049)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: { messageType := 2, destLocRef := '792083'O, sourceLocRef := '0000CC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1054)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_cipher_complete_3_without_cipher0(1056) MSC_Test-GSUP(1054)@c3a6fa1a763d: Added IMSI table entry 0TC_cipher_complete_3_without_cipher0(1056)"262420000000054" MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1049)@c3a6fa1a763d: patching N(SD)=1 into dtap '05147D507717'O MSC_Test_0-RAN(1049)@c3a6fa1a763d: patched enc_l3: '05547D507717'O MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605547D507717'O MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000155'O MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cipher_complete_3_without_cipher0(1056)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(1049)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1049)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1048)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1048)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1049)@c3a6fa1a763d: Deleted conn table entry 0TC_cipher_complete_3_without_cipher0(1056)7938179 TC_cipher_complete_3_without_cipher0(1056)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_3_without_cipher0(1056)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cipher_complete_3_without_cipher0(1056)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_3_without_cipher0(1056)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_3_without_cipher0(1056)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(1051)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1055)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1057)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1049)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1053)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1050)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1047)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1052)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1054)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1048)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1047): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1048): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1049): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1050): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1051): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1052): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1053): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1054): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1055): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cipher_complete_3_without_cipher0(1056): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1057): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cipher_complete_3_without_cipher finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_3_without_cipher pass'. Mon May 13 04:45:03 UTC 2024 ====== MSC_Tests.TC_cipher_complete_3_without_cipher pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cipher_complete_3_without_cipher.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=221962) Waiting for packet dumper to finish... 1 (prev_count=221962, count=223039) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_3_without_cipher pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_13_without_cipher'. ------ MSC_Tests.TC_cipher_complete_13_without_cipher ------ Mon May 13 04:45:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cipher_complete_13_without_cipher' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cipher_complete_13_without_cipher started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1061)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1061)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1061)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1059)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1062)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1061)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1061)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1065)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000055" to be handled at TC_cipher_complete_13_without_cipher0(1067) TC_cipher_complete_13_without_cipher0(1067)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000055'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1060)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1060)@c3a6fa1a763d: Added conn table entry 0TC_cipher_complete_13_without_cipher0(1067)1166756 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1060)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(1065)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000055" handled at TC_cipher_complete_13_without_cipher0(1067) MSC_Test-GSUP(1065)@c3a6fa1a763d: Added IMSI table entry 0TC_cipher_complete_13_without_cipher0(1067)"262420000000055" MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: { messageType := 2, destLocRef := '11CDA4'O, sourceLocRef := '0000CD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1060)@c3a6fa1a763d: patching N(SD)=1 into dtap '051426271BBB'O MSC_Test_0-RAN(1060)@c3a6fa1a763d: patched enc_l3: '055426271BBB'O MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055426271BBB'O MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000155'O MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_cipher_complete_13_without_cipher0(1067)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(1060)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1060)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1059)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1059)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1061)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1060)@c3a6fa1a763d: Deleted conn table entry 0TC_cipher_complete_13_without_cipher0(1067)1166756 TC_cipher_complete_13_without_cipher0(1067)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_13_without_cipher0(1067)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cipher_complete_13_without_cipher0(1067)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_13_without_cipher0(1067)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cipher_complete_13_without_cipher0(1067)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1065)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1068)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1063)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1066)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1059)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1060)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1064)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1062)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1058)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1061)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1058): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1059): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1060): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1061): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1062): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1063): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1064): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1065): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1066): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cipher_complete_13_without_cipher0(1067): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1068): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cipher_complete_13_without_cipher finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_13_without_cipher pass'. Mon May 13 04:45:09 UTC 2024 ====== MSC_Tests.TC_cipher_complete_13_without_cipher pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cipher_complete_13_without_cipher.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=222755) Waiting for packet dumper to finish... 1 (prev_count=222755, count=223832) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cipher_complete_13_without_cipher pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_with_invalid_mcc_mnc'. ------ MSC_Tests.TC_lu_with_invalid_mcc_mnc ------ Mon May 13 04:45:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_with_invalid_mcc_mnc' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_with_invalid_mcc_mnc started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1072)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1072)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1072)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1070)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1073)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1072)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1072)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1076)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_lu_with_invalid_mcc_mnc0(1078) TC_lu_with_invalid_mcc_mnc0(1078)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1071)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1071)@c3a6fa1a763d: Added conn table entry 0TC_lu_with_invalid_mcc_mnc0(1078)4146157 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1071)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: { messageType := 2, destLocRef := '3F43ED'O, sourceLocRef := '0000CE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1070)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1076)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_lu_with_invalid_mcc_mnc0(1078) MSC_Test-GSUP(1076)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_with_invalid_mcc_mnc0(1078)"262420000000054" MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1070)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_with_invalid_mcc_mnc0(1078)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1070)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1070)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1071)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_with_invalid_mcc_mnc0(1078)4146157 TC_lu_with_invalid_mcc_mnc0(1078)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1072)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_with_invalid_mcc_mnc0(1078)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1070)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1076)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1069)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1077)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1074)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1072)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1071)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1073)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1075)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1079)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1069): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1070): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1071): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1072): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1073): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1074): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1075): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1076): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1077): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_with_invalid_mcc_mnc0(1078): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1079): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_with_invalid_mcc_mnc finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_with_invalid_mcc_mnc pass'. Mon May 13 04:45:20 UTC 2024 ====== MSC_Tests.TC_lu_with_invalid_mcc_mnc pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_with_invalid_mcc_mnc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=151818) Waiting for packet dumper to finish... 1 (prev_count=151818, count=152895) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_with_invalid_mcc_mnc pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_reset'. ------ MSC_Tests.TC_sgsap_reset ------ Mon May 13 04:45:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_reset' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_reset started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1083)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1083)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1083)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1081)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1084)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1083)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1083)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1083)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1083)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1089)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1089)@c3a6fa1a763d: Created Expect[0] for '262420000011810'H to be handled at TC_sgsap_reset0(1090) TC_sgsap_reset0(1090)@c3a6fa1a763d: VLR name: "vlr.example.net" TC_sgsap_reset0(1090)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1083)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1083)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1082)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_reset0(1090)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MGCP(1085)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1084)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1088)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1080)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1083)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1081)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1086)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1091)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1087)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1082)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1089)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1080): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1081): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1082): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1083): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1084): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1085): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1086): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1087): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1088): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1089): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_reset0(1090): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1091): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_reset finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_reset pass'. Mon May 13 04:45:26 UTC 2024 ====== MSC_Tests.TC_sgsap_reset pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_reset.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=140252) Waiting for packet dumper to finish... 1 (prev_count=140252, count=141507) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_reset pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu'. ------ MSC_Tests.TC_sgsap_lu ------ Mon May 13 04:45:29 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_lu started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1095)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1095)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1095)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1093)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1096)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1101)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1095)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-SGsAP(1101)@c3a6fa1a763d: Created Expect[0] for '262420000011811'H to be handled at TC_sgsap_lu0(1102) MSC_Test-GSUP(1099)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011811" to be handled at TC_sgsap_lu0(1102) MSC_Test-GSUP(1099)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011811" handled at TC_sgsap_lu0(1102) MSC_Test-GSUP(1099)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_lu0(1102)"262420000011811" TC_sgsap_lu0(1102)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011811'H TC_sgsap_lu0(1102)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011811'H MSC_Test-SGsAP(1101)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011811'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A1583560'O } } } } } } handled at TC_sgsap_lu0(1102) TC_sgsap_lu0(1102)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011811'H TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(1099)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011811" to be handled at TC_sgsap_lu0(1102) TC_sgsap_lu0(1102)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011811'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1094)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1094)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu0(1102)16165697 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1094)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F6AB41'O, sourceLocRef := '0000CF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_from0 TC_sgsap_lu0(1102)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1093)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1094)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1094)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1094)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu0(1102)16165697 TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu0(1102)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1094)@c3a6fa1a763d: Created IMSI[0] for '262420000011811'H'30A7359E'O to be handled at TC_sgsap_lu0(1102) MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1094)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_lu0(1102) TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu0(1102)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '30A7359E'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1094)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu0(1102)6213736 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1094)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: { messageType := 2, destLocRef := '5ED068'O, sourceLocRef := '0000D0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu0(1102)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1093)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1093)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1094)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu0(1102)6213736 TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1095)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_lu0(1102)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu0(1102)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu0(1102)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1093)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1095)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1092)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1097)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1099)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1100)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1096)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1101)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1103)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1098)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1094)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1092): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1093): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1094): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1095): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1096): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1097): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1098): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1099): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1100): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1101): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_lu0(1102): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1103): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_lu finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu pass'. Mon May 13 04:45:32 UTC 2024 ====== MSC_Tests.TC_sgsap_lu pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_lu.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=323636) Waiting for packet dumper to finish... 1 (prev_count=323636, count=325290) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu_imsi_reject'. ------ MSC_Tests.TC_sgsap_lu_imsi_reject ------ Mon May 13 04:45:35 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu_imsi_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_lu_imsi_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1107)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1105)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1107)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(1108)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1107)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1107)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1113)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1113)@c3a6fa1a763d: Created Expect[0] for '262420000011812'H to be handled at TC_sgsap_lu_imsi_reject0(1114) MSC_Test-GSUP(1111)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011812" to be handled at TC_sgsap_lu_imsi_reject0(1114) MSC_Test-GSUP(1111)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011812" handled at TC_sgsap_lu_imsi_reject0(1114) MSC_Test-GSUP(1111)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_lu_imsi_reject0(1114)"262420000011812" TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011812'H TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011812'H MSC_Test-SGsAP(1113)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_REJECT := { messageType := '00001011'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011812'H, fillerDigit := omit } }, rejectCause := { iEI := '00001111'B, lengthIndicator := 1, cause := Illegal_MS (3) }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } } } } handled at TC_sgsap_lu_imsi_reject0(1114) TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011812'H TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(1111)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011812" to be handled at TC_sgsap_lu_imsi_reject0(1114) TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011812'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1106)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1106)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_imsi_reject0(1114)7929864 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1106)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: { messageType := 2, destLocRef := '790008'O, sourceLocRef := '0000D1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_from0 TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1105)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1106)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1106)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1106)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_imsi_reject0(1114)7929864 TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1106)@c3a6fa1a763d: Created IMSI[0] for '262420000011812'H'BB60E5F2'O to be handled at TC_sgsap_lu_imsi_reject0(1114) MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1106)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_lu_imsi_reject0(1114) TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BB60E5F2'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1106)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_imsi_reject0(1114)6502614 MSC_Test_0-RAN(1106)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: { messageType := 2, destLocRef := '6338D6'O, sourceLocRef := '0000D2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1105)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1105)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1106)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_imsi_reject0(1114)6502614 TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_imsi_reject0(1114)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1105)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1108)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1112)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1104)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1109)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1111)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1113)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1106)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1107)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1115)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1110)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1104): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1105): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1106): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1107): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1108): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1109): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1110): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1111): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1112): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1113): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_lu_imsi_reject0(1114): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1115): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_lu_imsi_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu_imsi_reject pass'. Mon May 13 04:45:38 UTC 2024 ====== MSC_Tests.TC_sgsap_lu_imsi_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_lu_imsi_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=319686) Waiting for packet dumper to finish... 1 (prev_count=319686, count=320763) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu_imsi_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu_and_nothing'. ------ MSC_Tests.TC_sgsap_lu_and_nothing ------ Mon May 13 04:45:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_lu_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1117)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1119)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1119)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(1120)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1119)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1119)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1125)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1125)@c3a6fa1a763d: Created Expect[0] for '262420000011813'H to be handled at TC_sgsap_lu_and_nothing0(1126) MSC_Test-GSUP(1123)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011813" to be handled at TC_sgsap_lu_and_nothing0(1126) MSC_Test-GSUP(1123)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011813" handled at TC_sgsap_lu_and_nothing0(1126) MSC_Test-GSUP(1123)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_lu_and_nothing0(1126)"262420000011813" TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011813'H TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011813'H MSC_Test-SGsAP(1125)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011813'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '133B43AB'O } } } } } } handled at TC_sgsap_lu_and_nothing0(1126) TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011813'H TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1118)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP(1123)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011813" to be handled at TC_sgsap_lu_and_nothing0(1126) TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011813'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1118)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_and_nothing0(1126)3014053 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1118)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1117)@c3a6fa1a763d: { messageType := 2, destLocRef := '2DFDA5'O, sourceLocRef := '0000D3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1118)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1118)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1118)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_and_nothing0(1126)3014053 TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1118)@c3a6fa1a763d: Created IMSI[0] for '262420000011813'H'09AE9022'O to be handled at TC_sgsap_lu_and_nothing0(1126) MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1118)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_lu_and_nothing0(1126) TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '09AE9022'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1118)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_and_nothing0(1126)11643519 MSC_Test_0-RAN(1118)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B1AA7F'O, sourceLocRef := '0000D4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1117)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1119)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1118)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_and_nothing0(1126)11643519 TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_nothing0(1126)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1123)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1117)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1122)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1120)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1118)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1121)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1127)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1124)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1119)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1125)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1116)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1116): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1117): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1118): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1119): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1120): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1121): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1122): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1123): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1124): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1125): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_lu_and_nothing0(1126): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1127): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_lu_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu_and_nothing pass'. Mon May 13 04:46:28 UTC 2024 ====== MSC_Tests.TC_sgsap_lu_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_lu_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=328240) Waiting for packet dumper to finish... 1 (prev_count=328240, count=329894) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_expl_imsi_det_eps'. ------ MSC_Tests.TC_sgsap_expl_imsi_det_eps ------ Mon May 13 04:46:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_expl_imsi_det_eps' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_expl_imsi_det_eps started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1131)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1131)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1131)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1129)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1132)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1137)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1131)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-SGsAP(1137)@c3a6fa1a763d: Created Expect[0] for '262420000011814'H to be handled at TC_sgsap_expl_imsi_det_eps0(1138) MSC_Test-GSUP(1135)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011814" to be handled at TC_sgsap_expl_imsi_det_eps0(1138) MSC_Test-GSUP(1135)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011814" handled at TC_sgsap_expl_imsi_det_eps0(1138) MSC_Test-GSUP(1135)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_expl_imsi_det_eps0(1138)"262420000011814" TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H MSC_Test-SGsAP(1137)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011814'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '151449B0'O } } } } } } handled at TC_sgsap_expl_imsi_det_eps0(1138) TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1130)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H MSC_Test-GSUP(1135)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011814" to be handled at TC_sgsap_expl_imsi_det_eps0(1138) TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011814'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1130)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_expl_imsi_det_eps0(1138)3246614 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1130)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: { messageType := 2, destLocRef := '318A16'O, sourceLocRef := '0000D5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1130)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1130)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1130)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_expl_imsi_det_eps0(1138)3246614 TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1130)@c3a6fa1a763d: Created IMSI[0] for '262420000011814'H'AB9AD03F'O to be handled at TC_sgsap_expl_imsi_det_eps0(1138) MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1130)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_expl_imsi_det_eps0(1138) TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'AB9AD03F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1130)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_expl_imsi_det_eps0(1138)15502695 MSC_Test_0-RAN(1130)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EC8D67'O, sourceLocRef := '0000D6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1129)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1129)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1130)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_expl_imsi_det_eps0(1138)15502695 TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1131)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_eps0(1138)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1135)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1129)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1132)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1136)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1137)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1133)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1130)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1128)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1134)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1139)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1131)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1128): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1129): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1130): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1131): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1132): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1133): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1134): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1135): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1136): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1137): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_expl_imsi_det_eps0(1138): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1139): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_expl_imsi_det_eps finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_expl_imsi_det_eps pass'. Mon May 13 04:46:36 UTC 2024 ====== MSC_Tests.TC_sgsap_expl_imsi_det_eps pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_expl_imsi_det_eps.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=327211) Waiting for packet dumper to finish... 1 (prev_count=327211, count=329097) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_expl_imsi_det_eps pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_impl_imsi_det_eps'. ------ MSC_Tests.TC_sgsap_impl_imsi_det_eps ------ Mon May 13 04:46:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_impl_imsi_det_eps' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_impl_imsi_det_eps started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1143)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1143)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1143)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1141)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1144)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1143)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1143)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1149)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1149)@c3a6fa1a763d: Created Expect[0] for '262420000011814'H to be handled at TC_sgsap_impl_imsi_det_eps0(1150) MSC_Test-GSUP(1147)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011814" to be handled at TC_sgsap_impl_imsi_det_eps0(1150) MSC_Test-GSUP(1147)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011814" handled at TC_sgsap_impl_imsi_det_eps0(1150) MSC_Test-GSUP(1147)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_impl_imsi_det_eps0(1150)"262420000011814" TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H MSC_Test-SGsAP(1149)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011814'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BE46A290'O } } } } } } handled at TC_sgsap_impl_imsi_det_eps0(1150) TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1142)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011814'H MSC_Test-GSUP(1147)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011814" to be handled at TC_sgsap_impl_imsi_det_eps0(1150) TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011814'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1142)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_impl_imsi_det_eps0(1150)15820641 MSC_Test_0-RAN(1142)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F16761'O, sourceLocRef := '0000D7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_from0 TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1141)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1142)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1142)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1142)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_impl_imsi_det_eps0(1150)15820641 TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1142)@c3a6fa1a763d: Created IMSI[0] for '262420000011814'H'32E564AC'O to be handled at TC_sgsap_impl_imsi_det_eps0(1150) MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1142)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_impl_imsi_det_eps0(1150) TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '32E564AC'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1142)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_impl_imsi_det_eps0(1150)4401395 MSC_Test_0-RAN(1142)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: { messageType := 2, destLocRef := '4328F3'O, sourceLocRef := '0000D8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1141)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1141)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1143)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1142)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_impl_imsi_det_eps0(1150)4401395 TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_eps0(1150)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(1140)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1144)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1143)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1146)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1142)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1148)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1141)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1147)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1149)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1145)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1151)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1140): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1141): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1142): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1143): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1144): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1145): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1146): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1147): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1148): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1149): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_impl_imsi_det_eps0(1150): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1151): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_impl_imsi_det_eps finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_impl_imsi_det_eps pass'. Mon May 13 04:46:44 UTC 2024 ====== MSC_Tests.TC_sgsap_impl_imsi_det_eps pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_impl_imsi_det_eps.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=327026) Waiting for packet dumper to finish... 1 (prev_count=327026, count=328103) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_impl_imsi_det_eps pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_expl_imsi_det_noneps'. ------ MSC_Tests.TC_sgsap_expl_imsi_det_noneps ------ Mon May 13 04:46:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_expl_imsi_det_noneps' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_expl_imsi_det_noneps started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1155)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1155)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1155)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1153)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1156)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1155)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1155)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1161)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1161)@c3a6fa1a763d: Created Expect[0] for '262420000011815'H to be handled at TC_sgsap_expl_imsi_det_noneps0(1162) MSC_Test-GSUP(1159)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011815" to be handled at TC_sgsap_expl_imsi_det_noneps0(1162) MSC_Test-GSUP(1159)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011815" handled at TC_sgsap_expl_imsi_det_noneps0(1162) MSC_Test-GSUP(1159)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_expl_imsi_det_noneps0(1162)"262420000011815" TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H MSC_Test-SGsAP(1161)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011815'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '26E72228'O } } } } } } handled at TC_sgsap_expl_imsi_det_noneps0(1162) TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1154)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H MSC_Test-GSUP(1159)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011815" to be handled at TC_sgsap_expl_imsi_det_noneps0(1162) TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011815'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1154)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_expl_imsi_det_noneps0(1162)9246111 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1154)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: { messageType := 2, destLocRef := '8D159F'O, sourceLocRef := '0000D9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1154)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1154)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1154)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_expl_imsi_det_noneps0(1162)9246111 TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1154)@c3a6fa1a763d: Created IMSI[0] for '262420000011815'H'8BA9CC1E'O to be handled at TC_sgsap_expl_imsi_det_noneps0(1162) MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1154)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_expl_imsi_det_noneps0(1162) TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '8BA9CC1E'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1154)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_expl_imsi_det_noneps0(1162)6404179 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1154)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: { messageType := 2, destLocRef := '61B853'O, sourceLocRef := '0000DA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1153)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1153)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1154)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_expl_imsi_det_noneps0(1162)6404179 MSC_Test_0-M3UA(1155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_expl_imsi_det_noneps0(1162)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(1163)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1152)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1157)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1159)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1160)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1156)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1153)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1154)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1161)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1155)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1158)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1152): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1153): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1154): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1155): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1156): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1157): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1158): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1159): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1160): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1161): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_expl_imsi_det_noneps0(1162): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1163): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_expl_imsi_det_noneps finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_expl_imsi_det_noneps pass'. Mon May 13 04:46:53 UTC 2024 ====== MSC_Tests.TC_sgsap_expl_imsi_det_noneps pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_expl_imsi_det_noneps.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=329163) Waiting for packet dumper to finish... 1 (prev_count=329163, count=331626) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_expl_imsi_det_noneps pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_impl_imsi_det_noneps'. ------ MSC_Tests.TC_sgsap_impl_imsi_det_noneps ------ Mon May 13 04:46:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_impl_imsi_det_noneps' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_impl_imsi_det_noneps started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1167)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1167)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1167)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1165)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1168)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1167)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1167)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1173)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1173)@c3a6fa1a763d: Created Expect[0] for '262420000011815'H to be handled at TC_sgsap_impl_imsi_det_noneps0(1174) MSC_Test-GSUP(1171)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011815" to be handled at TC_sgsap_impl_imsi_det_noneps0(1174) MSC_Test-GSUP(1171)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011815" handled at TC_sgsap_impl_imsi_det_noneps0(1174) MSC_Test-GSUP(1171)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_impl_imsi_det_noneps0(1174)"262420000011815" TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H MSC_Test-SGsAP(1173)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011815'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '39EBF90F'O } } } } } } handled at TC_sgsap_impl_imsi_det_noneps0(1174) TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1166)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011815'H MSC_Test-GSUP(1171)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011815" to be handled at TC_sgsap_impl_imsi_det_noneps0(1174) TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011815'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1166)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_impl_imsi_det_noneps0(1174)3680203 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1166)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: { messageType := 2, destLocRef := '3827CB'O, sourceLocRef := '0000DB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1166)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1166)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1166)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_impl_imsi_det_noneps0(1174)3680203 TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1166)@c3a6fa1a763d: Created IMSI[0] for '262420000011815'H'3F3875F7'O to be handled at TC_sgsap_impl_imsi_det_noneps0(1174) MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1166)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_impl_imsi_det_noneps0(1174) TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1166)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_impl_imsi_det_noneps0(1174)1576133 MSC_Test_0-RAN(1166)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3F3875F7'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-SCCP(1165)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: { messageType := 2, destLocRef := '180CC5'O, sourceLocRef := '0000DC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1165)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1167)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1166)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_impl_imsi_det_noneps0(1174)1576133 TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_impl_imsi_det_noneps0(1174)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1167)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1173)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1175)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1168)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1172)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1169)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1171)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1164)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1165)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1170)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1166)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1164): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1165): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1166): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1167): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1168): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1169): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1170): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1171): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1172): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1173): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_impl_imsi_det_noneps0(1174): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1175): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_impl_imsi_det_noneps finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_impl_imsi_det_noneps pass'. Mon May 13 04:47:01 UTC 2024 ====== MSC_Tests.TC_sgsap_impl_imsi_det_noneps pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_impl_imsi_det_noneps.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=329991) Waiting for packet dumper to finish... 1 (prev_count=329991, count=331068) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_impl_imsi_det_noneps pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_rej'. ------ MSC_Tests.TC_sgsap_paging_rej ------ Mon May 13 04:47:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_rej' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_paging_rej started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1179)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1179)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1179)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1177)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1180)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1179)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1185)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1185)@c3a6fa1a763d: Created Expect[0] for '262420000011816'H to be handled at TC_sgsap_paging_rej0(1186) MSC_Test-GSUP(1183)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011816" to be handled at TC_sgsap_paging_rej0(1186) MSC_Test-GSUP(1183)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011816" handled at TC_sgsap_paging_rej0(1186) MSC_Test-GSUP(1183)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_paging_rej0(1186)"262420000011816" TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011816'H TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011816'H MSC_Test-SGsAP(1185)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011816'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '34AB02BC'O } } } } } } handled at TC_sgsap_paging_rej0(1186) TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011816'H TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1178)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011816'H TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1183)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011816" to be handled at TC_sgsap_paging_rej0(1186) TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011816'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1178)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_rej0(1186)14239530 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D9472A'O, sourceLocRef := '0000DD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1178)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1178)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1178)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1178)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_rej0(1186)14239530 TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1178)@c3a6fa1a763d: Created IMSI[0] for '262420000011816'H'08743E77'O ("\bt>w") to be handled at TC_sgsap_paging_rej0(1186) MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1178)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_paging_rej0(1186) TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '08743E77'O ("\bt>w") } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1178)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_rej0(1186)13914883 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1178)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D45303'O, sourceLocRef := '0000DE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1177)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1177)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1179)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1178)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_rej0(1186)13914883 TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_rej0(1186)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(1180)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1177)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1179)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1185)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1178)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1187)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1181)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1183)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1182)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1184)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1176)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1176): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1177): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1178): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1179): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1180): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1181): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1182): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1183): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1184): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1185): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_paging_rej0(1186): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1187): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_paging_rej finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_rej pass'. Mon May 13 04:47:08 UTC 2024 ====== MSC_Tests.TC_sgsap_paging_rej pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_paging_rej.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=330762) Waiting for packet dumper to finish... 1 (prev_count=330762, count=331839) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_rej pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_subscr_rej'. ------ MSC_Tests.TC_sgsap_paging_subscr_rej ------ Mon May 13 04:47:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_subscr_rej' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_paging_subscr_rej started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1191)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1191)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1191)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1189)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1192)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1197)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1197)@c3a6fa1a763d: Created Expect[0] for '262420000011817'H to be handled at TC_sgsap_paging_subscr_rej0(1198) MSC_Test-GSUP(1195)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011817" to be handled at TC_sgsap_paging_subscr_rej0(1198) MSC_Test-GSUP(1195)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011817" handled at TC_sgsap_paging_subscr_rej0(1198) MSC_Test-GSUP(1195)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_paging_subscr_rej0(1198)"262420000011817" TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011817'H TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011817'H MSC_Test-SGsAP(1197)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011817'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '07834352'O } } } } } } handled at TC_sgsap_paging_subscr_rej0(1198) TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011817'H TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1191)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1191)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1190)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011817'H TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1195)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011817" to be handled at TC_sgsap_paging_subscr_rej0(1198) TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011817'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1190)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_subscr_rej0(1198)11025966 MSC_Test_0-RAN(1190)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A83E2E'O, sourceLocRef := '0000DF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1190)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1190)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1190)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_subscr_rej0(1198)11025966 TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1190)@c3a6fa1a763d: Created IMSI[0] for '262420000011817'H'4B184244'O to be handled at TC_sgsap_paging_subscr_rej0(1198) MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1190)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_paging_subscr_rej0(1198) TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '4B184244'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1190)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_subscr_rej0(1198)7646495 MSC_Test_0-RAN(1190)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: { messageType := 2, destLocRef := '74AD1F'O, sourceLocRef := '0000E0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1189)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1189)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1191)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1190)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_subscr_rej0(1198)7646495 TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_subscr_rej0(1198)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1195)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1191)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1189)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1190)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1196)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1194)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1197)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1188)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1192)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1193)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1199)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1188): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1189): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1190): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1191): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1192): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1193): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1194): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1195): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1196): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1197): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_paging_subscr_rej0(1198): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1199): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_paging_subscr_rej finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_subscr_rej pass'. Mon May 13 04:47:15 UTC 2024 ====== MSC_Tests.TC_sgsap_paging_subscr_rej pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_paging_subscr_rej.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=331612) Waiting for packet dumper to finish... 1 (prev_count=331612, count=332689) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_subscr_rej pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_ue_unr'. ------ MSC_Tests.TC_sgsap_paging_ue_unr ------ Mon May 13 04:47:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_ue_unr' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_paging_ue_unr started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1203)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1203)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1203)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1201)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1204)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1203)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1203)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1209)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1209)@c3a6fa1a763d: Created Expect[0] for '262420000011818'H to be handled at TC_sgsap_paging_ue_unr0(1210) MSC_Test-GSUP(1207)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011818" to be handled at TC_sgsap_paging_ue_unr0(1210) MSC_Test-GSUP(1207)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011818" handled at TC_sgsap_paging_ue_unr0(1210) MSC_Test-GSUP(1207)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_paging_ue_unr0(1210)"262420000011818" TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011818'H TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011818'H MSC_Test-SGsAP(1209)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011818'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '9F0C3586'O } } } } } } handled at TC_sgsap_paging_ue_unr0(1210) TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011818'H TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1202)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011818'H TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1207)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011818" to be handled at TC_sgsap_paging_ue_unr0(1210) TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011818'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1202)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_ue_unr0(1210)11661336 MSC_Test_0-RAN(1202)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B1F018'O, sourceLocRef := '0000E1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1202)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1202)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1202)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_ue_unr0(1210)11661336 TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1202)@c3a6fa1a763d: Created IMSI[0] for '262420000011818'H'87AB087A'O to be handled at TC_sgsap_paging_ue_unr0(1210) MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1202)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_paging_ue_unr0(1210) TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '87AB087A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1202)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_ue_unr0(1210)1990925 MSC_Test_0-RAN(1202)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: { messageType := 2, destLocRef := '1E610D'O, sourceLocRef := '0000E2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1201)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1201)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1202)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_ue_unr0(1210)1990925 MSC_Test_0-M3UA(1203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP-IPA(1206)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1203)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1201)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1202)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1205)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1204)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1207)@c3a6fa1a763d: Final verdict of PTC: none TC_sgsap_paging_ue_unr0(1210)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-SGsAP(1209)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1208)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1200)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1211)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1200): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1201): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1202): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1203): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1204): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1205): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1206): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1207): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1208): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1209): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_paging_ue_unr0(1210): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1211): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_paging_ue_unr finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_ue_unr pass'. Mon May 13 04:47:23 UTC 2024 ====== MSC_Tests.TC_sgsap_paging_ue_unr pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_paging_ue_unr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=330158) Waiting for packet dumper to finish... 1 (prev_count=330158, count=331235) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_ue_unr pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_and_nothing'. ------ MSC_Tests.TC_sgsap_paging_and_nothing ------ Mon May 13 04:47:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_paging_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1215)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1215)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1215)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1213)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1216)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1215)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1215)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1214)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1221)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1221)@c3a6fa1a763d: Created Expect[0] for '262420000011819'H to be handled at TC_sgsap_paging_and_nothing0(1222) MSC_Test-GSUP(1219)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011819" to be handled at TC_sgsap_paging_and_nothing0(1222) MSC_Test-GSUP(1219)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011819" handled at TC_sgsap_paging_and_nothing0(1222) MSC_Test-GSUP(1219)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_paging_and_nothing0(1222)"262420000011819" TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011819'H TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011819'H TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011819'H TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-SGsAP(1221)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011819'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A5B45682'O } } } } } } handled at TC_sgsap_paging_and_nothing0(1222) TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011819'H TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1219)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011819" to be handled at TC_sgsap_paging_and_nothing0(1222) TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011819'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1214)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_and_nothing0(1222)4641216 MSC_Test_0-RAN(1214)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: { messageType := 2, destLocRef := '46D1C0'O, sourceLocRef := '0000E3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1214)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1214)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1214)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_and_nothing0(1222)4641216 TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1214)@c3a6fa1a763d: Created IMSI[0] for '262420000011819'H'3BE57FCB'O to be handled at TC_sgsap_paging_and_nothing0(1222) MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1214)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_paging_and_nothing0(1222) TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3BE57FCB'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1214)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_and_nothing0(1222)5657290 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1214)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: { messageType := 2, destLocRef := '5652CA'O, sourceLocRef := '0000E4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1213)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1213)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1214)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_and_nothing0(1222)5657290 TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1215)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_nothing0(1222)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(1216)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1212)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1223)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1217)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1218)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1221)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1213)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1215)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1219)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1220)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1214)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1212): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1213): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1214): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1215): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1216): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1217): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1218): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1219): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1220): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1221): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_paging_and_nothing0(1222): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1223): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_paging_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_and_nothing pass'. Mon May 13 04:47:40 UTC 2024 ====== MSC_Tests.TC_sgsap_paging_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_paging_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=330709) Waiting for packet dumper to finish... 1 (prev_count=330709, count=331786) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_and_lu'. ------ MSC_Tests.TC_sgsap_paging_and_lu ------ Mon May 13 04:47:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_paging_and_lu' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_paging_and_lu started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1227)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1227)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1227)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1225)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1228)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1227)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1227)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1233)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1233)@c3a6fa1a763d: Created Expect[0] for '262420000011820'H to be handled at TC_sgsap_paging_and_lu0(1234) MSC_Test-GSUP(1231)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011820" to be handled at TC_sgsap_paging_and_lu0(1234) MSC_Test-GSUP(1231)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011820" handled at TC_sgsap_paging_and_lu0(1234) MSC_Test-GSUP(1231)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_paging_and_lu0(1234)"262420000011820" TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H MSC_Test-SGsAP(1233)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011820'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B55ADCD1'O } } } } } } handled at TC_sgsap_paging_and_lu0(1234) TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1226)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1231)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011820" to be handled at TC_sgsap_paging_and_lu0(1234) TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011820'H TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1231)@c3a6fa1a763d: Created GsupExpect[1] for "262420000011820" to be handled at TC_sgsap_paging_and_lu0(1234) TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011820'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1226)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_and_lu0(1234)15319606 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1226)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E9C236'O, sourceLocRef := '0000E5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1226)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1226)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1226)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_and_lu0(1234)15319606 TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1226)@c3a6fa1a763d: Created IMSI[0] for '262420000011820'H'15A27D6A'O to be handled at TC_sgsap_paging_and_lu0(1234) MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1226)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_paging_and_lu0(1234) TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '15A27D6A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1226)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_paging_and_lu0(1234)8138737 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1226)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: { messageType := 2, destLocRef := '7C2FF1'O, sourceLocRef := '0000E6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1225)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1225)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1226)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_paging_and_lu0(1234)8138737 TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1227)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1225)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1230)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1227)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1224)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1235)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1231)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1232)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1229)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1233)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1228)@c3a6fa1a763d: Final verdict of PTC: none TC_sgsap_paging_and_lu0(1234)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(1226)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1224): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1225): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1226): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1227): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1228): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1229): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1230): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1231): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1232): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1233): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_paging_and_lu0(1234): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1235): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_paging_and_lu finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_and_lu pass'. Mon May 13 04:47:46 UTC 2024 ====== MSC_Tests.TC_sgsap_paging_and_lu pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_paging_and_lu.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=416729) Waiting for packet dumper to finish... 1 (prev_count=416729, count=418383) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_paging_and_lu pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mt_sms'. ------ MSC_Tests.TC_sgsap_mt_sms ------ Mon May 13 04:47:50 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mt_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_mt_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1239)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1239)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1239)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1237)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1240)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1239)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1239)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1245)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1245)@c3a6fa1a763d: Created Expect[0] for '262420000011823'H to be handled at TC_sgsap_mt_sms0(1246) MSC_Test-GSUP(1243)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011823" to be handled at TC_sgsap_mt_sms0(1246) MSC_Test-GSUP(1243)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011823" handled at TC_sgsap_mt_sms0(1246) MSC_Test-GSUP(1243)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_mt_sms0(1246)"262420000011823" TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011823'H TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011823'H MSC_Test-SGsAP(1245)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011823'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3387C338'O } } } } } } handled at TC_sgsap_mt_sms0(1246) TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011823'H TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1238)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011823'H TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011823'H TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011823'H MSC_Test-GSUP(1243)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011823" to be handled at TC_sgsap_mt_sms0(1246) TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011823'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1238)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mt_sms0(1246)1532600 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1238)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: { messageType := 2, destLocRef := '1762B8'O, sourceLocRef := '0000E7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1238)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1238)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1237)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1238)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mt_sms0(1246)1532600 TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1238)@c3a6fa1a763d: Created IMSI[0] for '262420000011823'H'524B8476'O to be handled at TC_sgsap_mt_sms0(1246) MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1238)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_mt_sms0(1246) TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '524B8476'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1238)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mt_sms0(1246)10242732 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: { messageType := 2, destLocRef := '9C4AAC'O, sourceLocRef := '0000E8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1238)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1237)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1237)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1237)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1238)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mt_sms0(1246)10242732 TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1239)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms0(1246)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1243)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1247)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1238)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1240)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1239)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1241)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1236)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1242)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1245)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1237)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1244)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1236): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1237): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1238): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1239): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1240): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1241): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1242): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1243): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1244): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1245): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_mt_sms0(1246): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1247): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_mt_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mt_sms pass'. Mon May 13 04:47:54 UTC 2024 ====== MSC_Tests.TC_sgsap_mt_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_mt_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=363387) Waiting for packet dumper to finish... 1 (prev_count=363387, count=365041) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mt_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mo_sms'. ------ MSC_Tests.TC_sgsap_mo_sms ------ Mon May 13 04:47:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mo_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_mo_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1249)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1251)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1251)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(1252)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1257)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1251)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-SGsAP(1257)@c3a6fa1a763d: Created Expect[0] for '262420000011824'H to be handled at TC_sgsap_mo_sms0(1258) MSC_Test-GSUP(1255)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011824" to be handled at TC_sgsap_mo_sms0(1258) MSC_Test-GSUP(1255)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011824" handled at TC_sgsap_mo_sms0(1258) MSC_Test-GSUP(1255)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_mo_sms0(1258)"262420000011824" TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011824'H TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011824'H MSC_Test-SGsAP(1257)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011824'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A9F98CD0'O } } } } } } handled at TC_sgsap_mo_sms0(1258) TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011824'H TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1250)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011824'H TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011824'H TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1255)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011824" to be handled at TC_sgsap_mo_sms0(1258) TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011824'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1250)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mo_sms0(1258)8285506 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: { messageType := 2, destLocRef := '7E6D42'O ("~mB"), sourceLocRef := '0000E9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1250)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1250)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1250)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1250)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mo_sms0(1258)8285506 TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1250)@c3a6fa1a763d: Created IMSI[0] for '262420000011824'H'B29BC1D1'O to be handled at TC_sgsap_mo_sms0(1258) MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1250)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_mo_sms0(1258) TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B29BC1D1'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1250)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mo_sms0(1258)6773029 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1250)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: { messageType := 2, destLocRef := '675925'O ("gY%"), sourceLocRef := '0000EA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1249)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1249)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1251)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1250)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mo_sms0(1258)6773029 TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mo_sms0(1258)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1255)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1249)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1256)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1257)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1251)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1250)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1253)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1259)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1252)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1248)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1254)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1248): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1249): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1250): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1251): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1252): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1253): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1254): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1255): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1256): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1257): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_mo_sms0(1258): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1259): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_mo_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mo_sms pass'. Mon May 13 04:48:00 UTC 2024 ====== MSC_Tests.TC_sgsap_mo_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_mo_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=351956) Waiting for packet dumper to finish... 1 (prev_count=351956, count=353610) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mo_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mt_sms_and_nothing'. ------ MSC_Tests.TC_sgsap_mt_sms_and_nothing ------ Mon May 13 04:48:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mt_sms_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_mt_sms_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1263)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1263)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1263)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1261)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1264)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1263)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1263)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test-SGsAP(1269)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-SGsAP(1269)@c3a6fa1a763d: Created Expect[0] for '262420000011825'H to be handled at TC_sgsap_mt_sms_and_nothing0(1270) MSC_Test-GSUP(1267)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011825" to be handled at TC_sgsap_mt_sms_and_nothing0(1270) MSC_Test-GSUP(1267)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011825" handled at TC_sgsap_mt_sms_and_nothing0(1270) MSC_Test-GSUP(1267)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_mt_sms_and_nothing0(1270)"262420000011825" TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011825'H TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011825'H MSC_Test-SGsAP(1269)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011825'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B05E460D'O } } } } } } handled at TC_sgsap_mt_sms_and_nothing0(1270) TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011825'H TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1262)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011825'H MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1267)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011825" to be handled at TC_sgsap_mt_sms_and_nothing0(1270) TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011825'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1262)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mt_sms_and_nothing0(1270)10598858 MSC_Test_0-RAN(1262)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A1B9CA'O, sourceLocRef := '0000EB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1262)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1262)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1262)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mt_sms_and_nothing0(1270)10598858 TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1262)@c3a6fa1a763d: Created IMSI[0] for '262420000011825'H'0AF75E2A'O to be handled at TC_sgsap_mt_sms_and_nothing0(1270) MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1262)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_mt_sms_and_nothing0(1270) TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0AF75E2A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1262)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mt_sms_and_nothing0(1270)6302323 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1262)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: { messageType := 2, destLocRef := '602A73'O ("`*s"), sourceLocRef := '0000EC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1261)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1261)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1263)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1262)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mt_sms_and_nothing0(1270)6302323 TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_nothing0(1270)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1261)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1271)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1265)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1263)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1260)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1264)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1269)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1266)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1268)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1267)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1262)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1260): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1261): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1262): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1263): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1264): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1265): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1266): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1267): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1268): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1269): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_mt_sms_and_nothing0(1270): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1271): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_mt_sms_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mt_sms_and_nothing pass'. Mon May 13 04:48:27 UTC 2024 ====== MSC_Tests.TC_sgsap_mt_sms_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_mt_sms_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=348945) Waiting for packet dumper to finish... 1 (prev_count=348945, count=350599) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mt_sms_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mt_sms_and_reject'. ------ MSC_Tests.TC_sgsap_mt_sms_and_reject ------ Mon May 13 04:48:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_mt_sms_and_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_mt_sms_and_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1275)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1275)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1275)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1273)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1276)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1275)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1275)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1274)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1281)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1281)@c3a6fa1a763d: Created Expect[0] for '262420000011826'H to be handled at TC_sgsap_mt_sms_and_reject0(1282) MSC_Test-GSUP(1279)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011826" to be handled at TC_sgsap_mt_sms_and_reject0(1282) MSC_Test-GSUP(1279)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011826" handled at TC_sgsap_mt_sms_and_reject0(1282) MSC_Test-GSUP(1279)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_mt_sms_and_reject0(1282)"262420000011826" TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011826'H TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011826'H MSC_Test-SGsAP(1281)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011826'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '25B2F28B'O } } } } } } handled at TC_sgsap_mt_sms_and_reject0(1282) TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011826'H TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): none -> pass TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011826'H MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1279)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011826" to be handled at TC_sgsap_mt_sms_and_reject0(1282) TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011826'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1274)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mt_sms_and_reject0(1282)15476203 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1274)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EC25EB'O, sourceLocRef := '0000ED'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1274)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1274)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1274)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mt_sms_and_reject0(1282)15476203 TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1274)@c3a6fa1a763d: Created IMSI[0] for '262420000011826'H'A190E1A1'O to be handled at TC_sgsap_mt_sms_and_reject0(1282) MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1274)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_mt_sms_and_reject0(1282) TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A190E1A1'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1274)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_mt_sms_and_reject0(1282)1803722 MSC_Test_0-RAN(1274)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: { messageType := 2, destLocRef := '1B85CA'O, sourceLocRef := '0000EE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1273)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1273)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1275)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1274)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_mt_sms_and_reject0(1282)1803722 TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_mt_sms_and_reject0(1282)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1279)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1276)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1280)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1281)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1283)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1275)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1277)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1273)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1272)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1278)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1274)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1272): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1273): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1274): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1275): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1276): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1277): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1278): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1279): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1280): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1281): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_mt_sms_and_reject0(1282): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1283): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_mt_sms_and_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mt_sms_and_reject pass'. Mon May 13 04:48:56 UTC 2024 ====== MSC_Tests.TC_sgsap_mt_sms_and_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_mt_sms_and_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=345631) Waiting for packet dumper to finish... 1 (prev_count=345631, count=347285) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_mt_sms_and_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_unexp_ud'. ------ MSC_Tests.TC_sgsap_unexp_ud ------ Mon May 13 04:48:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_unexp_ud' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_unexp_ud started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1287)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1287)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1287)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1285)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1288)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1287)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1287)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1286)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1293)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1293)@c3a6fa1a763d: Created Expect[0] for '262420000011821'H to be handled at TC_sgsap_unexp_ud0(1294) MSC_Test-GSUP(1291)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011821" to be handled at TC_sgsap_unexp_ud0(1294) TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011821'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1286)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_unexp_ud0(1294)11176918 MSC_Test_0-RAN(1286)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AA8BD6'O, sourceLocRef := '0000EF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1291)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011821" handled at TC_sgsap_unexp_ud0(1294) MSC_Test-GSUP(1291)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_unexp_ud0(1294)"262420000011821" MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1286)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1286)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1286)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_unexp_ud0(1294)11176918 TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011821'H MSC_Test-SGsAP(1293)@c3a6fa1a763d: Found Expect[0] for { sGsAP_RELEASE_REQUEST := { messageType := '00011011'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011821'H, fillerDigit := omit } }, sGsCause := { iEI := '00001000'B, lengthIndicator := 1, cause := IMSI_detached_for_EPS_nonEPS_services (2) } } } handled at TC_sgsap_unexp_ud0(1294) TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011821'H MSC_Test-GSUP(1291)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011821" to be handled at TC_sgsap_unexp_ud0(1294) TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011821'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1286)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_unexp_ud0(1294)10283608 MSC_Test_0-RAN(1286)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: { messageType := 2, destLocRef := '9CEA58'O, sourceLocRef := '0000F0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1286)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1286)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1286)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_unexp_ud0(1294)10283608 TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1286)@c3a6fa1a763d: Created IMSI[0] for '262420000011821'H'71D4C673'O to be handled at TC_sgsap_unexp_ud0(1294) MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1286)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_unexp_ud0(1294) TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '71D4C673'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1286)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_unexp_ud0(1294)16280240 MSC_Test_0-RAN(1286)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F86AB0'O, sourceLocRef := '0000F1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1285)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1285)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1287)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1286)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_unexp_ud0(1294)16280240 TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unexp_ud0(1294)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1291)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1285)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1287)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1289)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1292)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1284)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1295)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1286)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1293)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1290)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1288)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1284): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1285): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1286): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1287): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1288): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1289): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1290): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1291): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1292): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1293): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_unexp_ud0(1294): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1295): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_unexp_ud finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_unexp_ud pass'. Mon May 13 04:49:03 UTC 2024 ====== MSC_Tests.TC_sgsap_unexp_ud pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_unexp_ud.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=421500) Waiting for packet dumper to finish... 1 (prev_count=421500, count=423583) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_unexp_ud pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_unsol_ud'. ------ MSC_Tests.TC_sgsap_unsol_ud ------ Mon May 13 04:49:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_unsol_ud' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_unsol_ud started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1299)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1299)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1299)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1297)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1300)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1299)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1299)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1298)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-SGsAP(1305)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1305)@c3a6fa1a763d: Created Expect[0] for '262420000011822'H to be handled at TC_sgsap_unsol_ud0(1306) TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011822'H MSC_Test-SGsAP(1305)@c3a6fa1a763d: Found Expect[0] for { sGsAP_RELEASE_REQUEST := { messageType := '00011011'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011822'H, fillerDigit := omit } }, sGsCause := { iEI := '00001000'B, lengthIndicator := 1, cause := IMSI_unknown (3) } } } handled at TC_sgsap_unsol_ud0(1306) TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011822'H MSC_Test-GSUP(1303)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011822" to be handled at TC_sgsap_unsol_ud0(1306) TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011822'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1298)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_unsol_ud0(1306)16142214 MSC_Test_0-RAN(1298)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F64F86'O, sourceLocRef := '0000F2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1303)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011822" handled at TC_sgsap_unsol_ud0(1306) MSC_Test-GSUP(1303)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_unsol_ud0(1306)"262420000011822" MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1298)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1298)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1298)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_unsol_ud0(1306)16142214 TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1298)@c3a6fa1a763d: Created IMSI[0] for '262420000011822'H'0D697BA3'O to be handled at TC_sgsap_unsol_ud0(1306) MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1298)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_unsol_ud0(1306) TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0D697BA3'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1298)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_unsol_ud0(1306)732926 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1298)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: { messageType := 2, destLocRef := '0B2EFE'O, sourceLocRef := '0000F3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1298)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_unsol_ud0(1306)732926 TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { imsiDetachIndication := { messageType := '000001'B, nsd := '00'B, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011822'H, fillerDigit := omit } } } } } } } } MSC_Test_0-RAN(1298)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_unsol_ud0(1306)5944032 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1298)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: { messageType := 2, destLocRef := '5AB2E0'O, sourceLocRef := '0000F4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1297)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1297)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1299)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1298)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_unsol_ud0(1306)5944032 TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_unsol_ud0(1306)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1299)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1297)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1296)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1305)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1301)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1303)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1300)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1302)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1304)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1298)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1307)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1296): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1297): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1298): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1299): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1300): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1301): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1302): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1303): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1304): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1305): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_unsol_ud0(1306): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1307): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_unsol_ud finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_unsol_ud pass'. Mon May 13 04:49:11 UTC 2024 ====== MSC_Tests.TC_sgsap_unsol_ud pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_unsol_ud.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=380021) Waiting for packet dumper to finish... 1 (prev_count=380021, count=382085) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_unsol_ud pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call'. ------ MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call ------ Mon May 13 04:49:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_bssap_lu_sgsap_lu_and_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1311)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1311)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1311)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1309)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1312)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1317)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-SGsAP(1317)@c3a6fa1a763d: Created Expect[0] for '262420000118139'H to be handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1310)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1315)@c3a6fa1a763d: Created GsupExpect[0] for "262420000118139" to be handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000118139'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1310)@c3a6fa1a763d: Added conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)226018 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1310)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: { messageType := 2, destLocRef := '0372E2'O, sourceLocRef := '0000F5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1315)@c3a6fa1a763d: Found GsupExpect[0] for "262420000118139" handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) MSC_Test-GSUP(1315)@c3a6fa1a763d: Added IMSI table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)"262420000118139" MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1310)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1310)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1310)@c3a6fa1a763d: Deleted conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)226018 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1315)@c3a6fa1a763d: Created GsupExpect[0] for "262420000118139" to be handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000118139'H TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000118139'H MSC_Test-SGsAP(1317)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000118139'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '26B78EDE'O } } } } } } handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000118139'H TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1312)@c3a6fa1a763d: Added conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)742403838 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000118139'H TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000118139'H MSC_Test_0-RAN(1310)@c3a6fa1a763d: Created IMSI[0] for '262420000118139'H'26B78EDE'O to be handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '26B78EDE'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(1310)@c3a6fa1a763d: Added conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)6699411 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: { messageType := 2, destLocRef := '663993'O, sourceLocRef := '0000F6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1310)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(1310)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(1313)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) MSC_Test-MGCP(1313)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "99", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "6b" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 3 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-RAN(1310)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(1310)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 5 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 8 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 7 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete 9 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_mt_call_complete DONE TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1310)@c3a6fa1a763d: patching N(SD)=2 into dtap '832D0802E180'O MSC_Test_0-RAN(1310)@c3a6fa1a763d: patched enc_l3: '83AD0802E180'O MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683AD0802E180'O MSC_Test-MNCC(1312)@c3a6fa1a763d: Deleted conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)742403838 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1310)@c3a6fa1a763d: Deleted conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)6699411 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_call_hangup 9: done TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000118139'H TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1315)@c3a6fa1a763d: Created GsupExpect[1] for "262420000118139" to be handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000118139'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1310)@c3a6fa1a763d: Added conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)2903731 MSC_Test_0-RAN(1310)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1309)@c3a6fa1a763d: { messageType := 2, destLocRef := '2C4EB3'O, sourceLocRef := '0000F7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1310)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1310)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1310)@c3a6fa1a763d: Deleted conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)2903731 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1310)@c3a6fa1a763d: Created IMSI[1] for '262420000118139'H'A8919575'O to be handled at TC_bssap_lu_sgsap_lu_and_mt_call0(1318) MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1310)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_bssap_lu_sgsap_lu_and_mt_call0(1318) TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A8919575'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1310)@c3a6fa1a763d: Added conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)13497032 MSC_Test_0-RAN(1310)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CDF2C8'O, sourceLocRef := '0000F8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1310)@c3a6fa1a763d: Deleted conn table entry 0TC_bssap_lu_sgsap_lu_and_mt_call0(1318)13497032 TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_bssap_lu_sgsap_lu_and_mt_call0(1318)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(1310)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1312)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1315)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1308)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1319)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1317)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1316)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1313)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1309)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1314)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1311)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1308): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1309): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1310): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1311): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1312): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1313): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1314): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1315): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1316): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1317): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_bssap_lu_sgsap_lu_and_mt_call0(1318): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1319): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_bssap_lu_sgsap_lu_and_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call pass'. Mon May 13 04:49:24 UTC 2024 ====== MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=658636) Waiting for packet dumper to finish... 1 (prev_count=658636, count=659713) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu_and_mt_call'. ------ MSC_Tests.TC_sgsap_lu_and_mt_call ------ Mon May 13 04:49:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_lu_and_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_lu_and_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1323)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1321)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1323)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(1324)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-SGsAP(1329)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1329)@c3a6fa1a763d: Created Expect[0] for '262420000011827'H to be handled at TC_sgsap_lu_and_mt_call0(1330) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1322)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1327)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011827" to be handled at TC_sgsap_lu_and_mt_call0(1330) MSC_Test-GSUP(1327)@c3a6fa1a763d: Found GsupExpect[0] for "262420000011827" handled at TC_sgsap_lu_and_mt_call0(1330) MSC_Test-GSUP(1327)@c3a6fa1a763d: Added IMSI table entry 0TC_sgsap_lu_and_mt_call0(1330)"262420000011827" TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011827'H TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011827'H MSC_Test-SGsAP(1329)@c3a6fa1a763d: Found Expect[0] for { sGsAP_LOCATION_UPDATE_ACCEPT := { messageType := '00001010'B, iMSI := { iEI := '00000001'B, lengthIndicator := 8, iMSI := { field1 := '001'B, parity := '1'B, digits := '262420000011827'H, fillerDigit := omit } }, locationAreaId := { iEI := '00000100'B, lengthIndicator := 5, locationAreaId := { mccDigit1 := '9'H, mccDigit2 := '0'H, mccDigit3 := '1'H, mncDigit3 := 'F'H, mncDigit1 := '7'H, mncDigit2 := '0'H, lac := '0926'O ("\t&") } }, newTMSIorIMSI := { iEI := '00001110'B, lengthIndicator := 5, iD := { typeOfIdentity := '100'B, iD := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1E89699D'O } } } } } } handled at TC_sgsap_lu_and_mt_call0(1330) TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011827'H TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): none -> pass TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011827'H MSC_Test-MNCC(1324)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_and_mt_call0(1330)1041925532 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011827'H MSC_Test_0-RAN(1322)@c3a6fa1a763d: Created IMSI[0] for '262420000011827'H'1E89699D'O to be handled at TC_sgsap_lu_and_mt_call0(1330) TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1E89699D'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(1322)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_and_mt_call0(1330)2926479 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: { messageType := 2, destLocRef := '2CA78F'O, sourceLocRef := '0000F9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_0-RAN(1322)@c3a6fa1a763d: patching N(SD)=0 into dtap '8301'O MSC_Test_0-RAN(1322)@c3a6fa1a763d: patched enc_l3: '8301'O MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028301'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(1325)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_sgsap_lu_and_mt_call0(1330) MSC_Test-MGCP(1325)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "105", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "6d" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_sgsap_lu_and_mt_call0(1330) TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 3 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 4 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 6 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-RAN(1322)@c3a6fa1a763d: patching N(SD)=1 into dtap '8307'O MSC_Test_0-RAN(1322)@c3a6fa1a763d: patched enc_l3: '8347'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100028347'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 5 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 8 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 7 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete 9 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_mt_call_complete DONE MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1322)@c3a6fa1a763d: patching N(SD)=2 into dtap '832D0802E180'O MSC_Test_0-RAN(1322)@c3a6fa1a763d: patched enc_l3: '83AD0802E180'O MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000683AD0802E180'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1324)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_and_mt_call0(1330)1041925532 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1322)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_and_mt_call0(1330)2926479 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_call_hangup 9: done TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011827'H TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: tr_SGsAP_IMSI: '262420000011827'H TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1327)@c3a6fa1a763d: Created GsupExpect[0] for "262420000011827" to be handled at TC_sgsap_lu_and_mt_call0(1330) TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000011827'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1322)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_and_mt_call0(1330)2160159 MSC_Test_0-RAN(1322)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: { messageType := 2, destLocRef := '20F61F'O, sourceLocRef := '0000FA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1322)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1322)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1322)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_and_mt_call0(1330)2160159 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1322)@c3a6fa1a763d: Created IMSI[1] for '262420000011827'H'1DD77803'O to be handled at TC_sgsap_lu_and_mt_call0(1330) MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1322)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_sgsap_lu_and_mt_call0(1330) TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1DD77803'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1322)@c3a6fa1a763d: Added conn table entry 0TC_sgsap_lu_and_mt_call0(1330)2688722 MSC_Test_0-RAN(1322)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: { messageType := 2, destLocRef := '2906D2'O, sourceLocRef := '0000FB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:28 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01031909011600420007914477581006500A052305002143F5000000'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0103020904'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1321)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1321)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1321)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1322)@c3a6fa1a763d: Deleted conn table entry 0TC_sgsap_lu_and_mt_call0(1330)2688722 MSC_Test_0-M3UA(1323)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_lu_and_mt_call0(1330)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1321)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1320)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1331)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1329)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1327)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1326)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1323)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1325)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1328)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1322)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1324)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1320): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1321): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1322): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1323): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1324): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1325): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1326): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1327): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1328): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1329): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_lu_and_mt_call0(1330): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1331): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_lu_and_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu_and_mt_call pass'. Mon May 13 04:49:38 UTC 2024 ====== MSC_Tests.TC_sgsap_lu_and_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_lu_and_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=545870) Waiting for packet dumper to finish... 1 (prev_count=545870, count=547524) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_lu_and_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_vlr_failure'. ------ MSC_Tests.TC_sgsap_vlr_failure ------ Mon May 13 04:49:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_sgsap_vlr_failure' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_sgsap_vlr_failure started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1335)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1335)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1335)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1333)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1336)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-SGsAP(1339)@c3a6fa1a763d: Warning: sizes of 'struct sctp_event_subscribe': compile-time 14, kernel: 14 MSC_Test-SGsAP(1339)@c3a6fa1a763d: Created Expect[0] for '262420000011811'H to be handled at TC_sgsap_vlr_failure0(1340) TC_sgsap_vlr_failure0(1340)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1335)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1335)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1335)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1335)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1335)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(1334)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-M3UA(1335)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_sgsap_vlr_failure0(1340)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_sgsap_vlr_failure0(1340)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(1336)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1333)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1332)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1338)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1334)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1337)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1335)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SGsAP(1339)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1341)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1332): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1333): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1334): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1335): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1336): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1337): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1338): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SGsAP(1339): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_sgsap_vlr_failure0(1340): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1341): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_sgsap_vlr_failure finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_vlr_failure pass'. Mon May 13 04:49:44 UTC 2024 ====== MSC_Tests.TC_sgsap_vlr_failure pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_sgsap_vlr_failure.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=151344) Waiting for packet dumper to finish... 1 (prev_count=151344, count=152998) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_sgsap_vlr_failure pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_unknown_cell'. ------ MSC_Tests.TC_ho_inter_bsc_unknown_cell ------ Mon May 13 04:49:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_unknown_cell' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_unknown_cell started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1345)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1345)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1345)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1343)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1346)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1345)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1345)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1344)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1349)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_ho_inter_bsc_unknown_cell0(1351) TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1344)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_unknown_cell0(1351)15136610 MSC_Test_0-RAN(1344)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E6F762'O, sourceLocRef := '0000FC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1349)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_ho_inter_bsc_unknown_cell0(1351) MSC_Test-GSUP(1349)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_bsc_unknown_cell0(1351)"262420000000053" MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1344)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1344)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1344)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_unknown_cell0(1351)15136610 TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '24A0AE69'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1344)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_unknown_cell0(1351)14041234 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1344)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D64092'O, sourceLocRef := '0000FD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1346)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_ho_inter_bsc_unknown_cell0(1351) MSC_Test-MGCP(1347)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_bsc_unknown_cell0(1351) MSC_Test_0-RAN(1344)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1344)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1347)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "111", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "6f" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_bsc_unknown_cell0(1351) TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1346)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_ho_inter_bsc_unknown_cell0(1351) MSC_Test-MNCC(1346)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_unknown_cell0(1351)-2147483636 TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "114", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "6f" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "6f", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1344)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1344)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C1104010C1A060420F32403E7'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1344)@c3a6fa1a763d: patching N(SD)=3 into dtap '032D0802E180'O MSC_Test_0-RAN(1344)@c3a6fa1a763d: patched enc_l3: '03ED0802E180'O MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000603ED0802E180'O MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1343)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1346)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_unknown_cell0(1351)-2147483636 TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1343)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1344)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_unknown_cell0(1351)14041234 TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_bsc_unknown_cell0(1351)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MGCP(1347)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1344)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1343)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1345)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1342)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1352)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1346)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1350)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1349)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1348)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1342): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1343): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1344): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1345): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1346): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1347): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1348): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1349): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1350): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_unknown_cell0(1351): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1352): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_unknown_cell finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_unknown_cell pass'. Mon May 13 04:49:53 UTC 2024 ====== MSC_Tests.TC_ho_inter_bsc_unknown_cell pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_bsc_unknown_cell.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=425694) Waiting for packet dumper to finish... 1 (prev_count=425694, count=427449) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_unknown_cell pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc'. ------ MSC_Tests.TC_ho_inter_bsc ------ Mon May 13 04:49:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1356)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1356)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1356)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1354)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(1359)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1359)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1359)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1357)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1360)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1356)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1356)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1359)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1359)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1355)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(1358)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1363)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_ho_inter_bsc0(1365) TC_ho_inter_bsc0(1365)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1355)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc0(1365)15232799 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E86F1F'O, sourceLocRef := '0000FE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1355)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(1363)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_ho_inter_bsc0(1365) MSC_Test-GSUP(1363)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_bsc0(1365)"262420000000053" MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1355)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1355)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1355)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc0(1365)15232799 TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'AB1A195B'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1355)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc0(1365)15686101 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1355)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-RAN(1358)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 194 MSC_Test_1-RAN(1358)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc1(1366) MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EF59D5'O, sourceLocRef := '0000FF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1360)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_ho_inter_bsc0(1365) MSC_Test-MGCP(1361)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_bsc0(1365) MSC_Test_0-RAN(1355)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1355)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1361)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "117", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "70" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_bsc0(1365) TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1360)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_ho_inter_bsc0(1365) MSC_Test-MNCC(1360)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc0(1365)-2147483635 TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_bsc0(1365)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "120", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "70" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "70", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1355)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1355)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_bsc0(1365)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080020F32400050006'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1357)@c3a6fa1a763d: First idle individual index:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_1-RAN(1358)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 194 MSC_Test_1-RAN(1358)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 194 ==? 194 MSC_Test_1-RAN(1358)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc1(1366) MSC_Test_1-RAN(1358)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc1(1366)10717091 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_len:25 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060102030409267E0180'O MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1355)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc0(1365)15686101 TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: FIRST inter-BSC Handover done MSC_Test_0-RAN(1355)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1355)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc0(1365) MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_len:16 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080062F2240017002A'O MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1355)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1355)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1355)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc0(1365) MSC_Test_0-RAN(1355)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc0(1365)2614345 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:25 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060908070623287E0180'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc1(1366)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1357)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1357)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-M3UA(1359)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-RAN(1358)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc1(1366)10717091 TC_ho_inter_bsc1(1366)@c3a6fa1a763d: setverdict(pass): none -> pass TC_ho_inter_bsc1(1366)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc1(1366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc1(1366)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc1(1366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc1(1366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc1(1366)@c3a6fa1a763d: Final verdict of PTC: pass TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1355)@c3a6fa1a763d: patching N(SD)=3 into dtap '032D0802E180'O MSC_Test_0-RAN(1355)@c3a6fa1a763d: patched enc_l3: '03ED0802E180'O MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000603ED0802E180'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1360)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc0(1365)-2147483635 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1354)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_bsc0(1365)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc0(1365)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1354)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1356)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1355)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc0(1365)2614345 TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_bsc0(1365)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc0(1365)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(1357)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1360)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1353)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1363)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1362)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1367)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1356)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1354)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1364)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1359)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1361)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1358)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1368)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1355)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1353): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1354): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1355): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1356): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1357): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1358): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1359): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1360): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1361): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1362): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1363): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1364): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc0(1365): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc1(1366): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1367): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1368): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc pass'. Mon May 13 04:50:10 UTC 2024 ====== MSC_Tests.TC_ho_inter_bsc pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_bsc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=663026) Waiting for packet dumper to finish... 1 (prev_count=663026, count=665459) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_a5_1'. ------ MSC_Tests.TC_ho_inter_bsc_a5_1 ------ Mon May 13 04:50:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_a5_1' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_a5_1 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1370)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1372)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1372)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(1375)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1375)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1375)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1373)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1376)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1372)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1372)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1375)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1375)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1379)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_ho_inter_bsc_a5_10(1381) MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1371)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1371)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_10(1381)14805318 MSC_Test_0-RAN(1371)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E1E946'O, sourceLocRef := '000100'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1379)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_ho_inter_bsc_a5_10(1381) MSC_Test-GSUP(1379)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_bsc_a5_10(1381)"262420000000053" TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1371)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514CB0145E72104A7E4A323'O MSC_Test_0-RAN(1371)@c3a6fa1a763d: patched enc_l3: '0554CB0145E72104A7E4A323'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0554CB0145E72104A7E4A323'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C02'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1371)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1371)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1371)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_10(1381)14805318 TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_1-RAN(1374)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_1-RAN(1374)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 194 MSC_Test_1-RAN(1374)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_a5_11(1382) TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '5A6C9C7E'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1371)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_10(1381)2805234 MSC_Test_0-RAN(1371)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: { messageType := 2, destLocRef := '2ACDF2'O, sourceLocRef := '000101'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1371)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514CB0145E72104A7E4A323'O MSC_Test_0-RAN(1371)@c3a6fa1a763d: patched enc_l3: '0554CB0145E72104A7E4A323'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0554CB0145E72104A7E4A323'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C02'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1376)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_ho_inter_bsc_a5_10(1381) MSC_Test-MGCP(1377)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_bsc_a5_10(1381) MSC_Test_0-RAN(1371)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1371)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test-MGCP(1377)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "125", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "71" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_bsc_a5_10(1381) TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1376)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_ho_inter_bsc_a5_10(1381) MSC_Test-MNCC(1376)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_10(1381)-2147483634 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "128", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "71" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "71", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1371)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1371)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080020F32400050006'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: First idle individual index:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(1374)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 194 MSC_Test_1-RAN(1374)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 194 ==? 194 MSC_Test_1-RAN(1374)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_a5_11(1382) MSC_Test_1-RAN(1374)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_11(1382)9005798 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_len:25 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060102030409267E0180'O MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1371)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_10(1381)2805234 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: FIRST inter-BSC Handover done MSC_Test_0-RAN(1371)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1371)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_a5_10(1381) MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_len:16 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080062F2240017002A'O MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1371)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1371)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1371)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_a5_10(1381) MSC_Test_0-RAN(1371)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_10(1381)7554271 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:25 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060908070623287E0180'O MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1373)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1373)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-RAN(1374)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_11(1382)9005798 MSC_Test_1-M3UA(1375)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: setverdict(pass): none -> pass TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_11(1382)@c3a6fa1a763d: Final verdict of PTC: pass TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1371)@c3a6fa1a763d: patching N(SD)=0 into dtap '032D0802E180'O MSC_Test_0-RAN(1371)@c3a6fa1a763d: patched enc_l3: '032D0802E180'O MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006032D0802E180'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1376)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_10(1381)-2147483634 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1370)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1370)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1370)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1372)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1371)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_10(1381)7554271 TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_10(1381)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1372)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1370)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1379)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1383)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1375)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(1373)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1369)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1378)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1371)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1374)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1380)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1376)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1377)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1384)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1369): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1370): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1371): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1372): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1373): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1374): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1375): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1376): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1377): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1378): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1379): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1380): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_a5_10(1381): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_a5_11(1382): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1383): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1384): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_a5_1 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_a5_1 pass'. Mon May 13 04:50:27 UTC 2024 ====== MSC_Tests.TC_ho_inter_bsc_a5_1 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_bsc_a5_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=734868) Waiting for packet dumper to finish... 1 (prev_count=734868, count=737301) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_a5_1 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_a5_3'. ------ MSC_Tests.TC_ho_inter_bsc_a5_3 ------ Mon May 13 04:50:31 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_a5_3' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_a5_3 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1388)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1388)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1388)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1386)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(1391)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1391)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1391)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1389)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1392)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1388)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1388)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1391)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1391)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1387)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(1390)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1395)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_ho_inter_bsc_a5_30(1397) TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1387)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_30(1397)148968 MSC_Test_0-RAN(1387)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: { messageType := 2, destLocRef := '0245E8'O, sourceLocRef := '000102'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test-GSUP(1395)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_ho_inter_bsc_a5_30(1397) MSC_Test-GSUP(1395)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_bsc_a5_30(1397)"262420000000053" MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1387)@c3a6fa1a763d: patching N(SD)=1 into dtap '051403954EB32104A17E39DE'O MSC_Test_0-RAN(1387)@c3a6fa1a763d: patched enc_l3: '055403954EB32104A17E39DE'O MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055403954EB32104A17E39DE'O MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1387)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1387)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_1-RAN(1390)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 194 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_1-RAN(1390)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_a5_31(1398) MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1387)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_30(1397)148968 TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '59E27B5D'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1387)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_30(1397)5820141 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1387)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: { messageType := 2, destLocRef := '58CEED'O, sourceLocRef := '000103'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1387)@c3a6fa1a763d: patching N(SD)=1 into dtap '051403954EB32104A17E39DE'O MSC_Test_0-RAN(1387)@c3a6fa1a763d: patched enc_l3: '055403954EB32104A17E39DE'O MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055403954EB32104A17E39DE'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1392)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_ho_inter_bsc_a5_30(1397) MSC_Test-MGCP(1393)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_bsc_a5_30(1397) MSC_Test_0-RAN(1387)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1387)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1393)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "133", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "72" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_bsc_a5_30(1397) TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1392)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_ho_inter_bsc_a5_30(1397) MSC_Test-MNCC(1392)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_30(1397)-2147483633 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1387)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1387)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "136", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "72" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "72", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080020F32400050006'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1389)@c3a6fa1a763d: First idle individual index:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_1-RAN(1390)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 194 MSC_Test_1-RAN(1390)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 194 ==? 194 MSC_Test_1-RAN(1390)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_a5_31(1398) MSC_Test_1-RAN(1390)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_31(1398)15371478 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_len:25 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_from0 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1389)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060102030409267E0180'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_from0 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1389)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1387)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_30(1397)5820141 TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: FIRST inter-BSC Handover done MSC_Test_0-RAN(1387)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1387)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_a5_30(1397) MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_len:16 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080062F2240017002A'O MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1387)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1387)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1387)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_a5_30(1397) MSC_Test_0-RAN(1387)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_30(1397)6267574 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:25 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060908070623287E0180'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1389)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1389)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-M3UA(1391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-RAN(1390)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_31(1398)15371478 TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: setverdict(pass): none -> pass TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_31(1398)@c3a6fa1a763d: Final verdict of PTC: pass TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1387)@c3a6fa1a763d: patching N(SD)=0 into dtap '032D0802E180'O MSC_Test_0-RAN(1387)@c3a6fa1a763d: patched enc_l3: '032D0802E180'O MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006032D0802E180'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1392)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_30(1397)-2147483633 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1386)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1386)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1387)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_30(1397)6267574 TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_30(1397)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-M3UA(1391)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1386)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1395)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1394)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1385)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1399)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1400)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1396)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1393)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(1389)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1390)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1387)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1392)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1388)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1385): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1386): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1387): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1388): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1389): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1390): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1391): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1392): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1393): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1394): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1395): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1396): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_a5_30(1397): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_a5_31(1398): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1399): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1400): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_a5_3 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_a5_3 pass'. Mon May 13 04:50:44 UTC 2024 ====== MSC_Tests.TC_ho_inter_bsc_a5_3 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_bsc_a5_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=734840) Waiting for packet dumper to finish... 1 (prev_count=734840, count=737273) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_a5_3 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_a5_4'. ------ MSC_Tests.TC_ho_inter_bsc_a5_4 ------ Mon May 13 04:50:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_a5_4' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_a5_4 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1404)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1404)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1404)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1402)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(1407)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1407)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1407)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(1405)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1408)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1404)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1407)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1407)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(1411)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_ho_inter_bsc_a5_40(1413) TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1403)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1403)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_40(1413)6945951 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1403)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: { messageType := 2, destLocRef := '69FC9F'O, sourceLocRef := '000104'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1411)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_ho_inter_bsc_a5_40(1413) MSC_Test-GSUP(1411)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_bsc_a5_40(1413)"262420000000053" MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1403)@c3a6fa1a763d: patching N(SD)=1 into dtap '051484C5D8A6210449E803C7'O MSC_Test_0-RAN(1403)@c3a6fa1a763d: patched enc_l3: '055484C5D8A6210449E803C7'O MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055484C5D8A6210449E803C7'O MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C05'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-RAN(1406)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-RAN(1406)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 194 MSC_Test_1-RAN(1406)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_a5_41(1414) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1403)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1403)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1403)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_40(1413)6945951 TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '353BD026'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1403)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_40(1413)566459 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1403)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: { messageType := 2, destLocRef := '08A4BB'O, sourceLocRef := '000105'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1403)@c3a6fa1a763d: patching N(SD)=1 into dtap '051484C5D8A6210449E803C7'O MSC_Test_0-RAN(1403)@c3a6fa1a763d: patched enc_l3: '055484C5D8A6210449E803C7'O MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055484C5D8A6210449E803C7'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C05'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1408)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_ho_inter_bsc_a5_40(1413) MSC_Test-MGCP(1409)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_bsc_a5_40(1413) MSC_Test_0-RAN(1403)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1403)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test-MGCP(1409)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "141", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "73" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_bsc_a5_40(1413) MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1408)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_ho_inter_bsc_a5_40(1413) MSC_Test-MNCC(1408)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_40(1413)-2147483632 TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1403)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1403)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "144", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "73" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "73", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080020F32400050006'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1405)@c3a6fa1a763d: First idle individual index:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_1-RAN(1406)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 194 MSC_Test_1-RAN(1406)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 194 ==? 194 MSC_Test_1-RAN(1406)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_a5_41(1414) MSC_Test_1-RAN(1406)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_41(1414)5989733 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_len:25 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060102030409267E0180'O MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1403)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_40(1413)566459 TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: FIRST inter-BSC Handover done MSC_Test_0-RAN(1403)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1403)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_a5_40(1413) MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_len:16 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080062F2240017002A'O MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1403)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1403)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1403)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_a5_40(1413) MSC_Test_0-RAN(1403)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_a5_40(1413)14770578 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:25 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060908070623287E0180'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1405)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1405)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-M3UA(1407)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-RAN(1406)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_41(1414)5989733 TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: setverdict(pass): none -> pass TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_41(1414)@c3a6fa1a763d: Final verdict of PTC: pass TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1403)@c3a6fa1a763d: patching N(SD)=0 into dtap '032D0802E180'O MSC_Test_0-RAN(1403)@c3a6fa1a763d: patched enc_l3: '032D0802E180'O MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006032D0802E180'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1408)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_40(1413)-2147483632 TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1402)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1402)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1404)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1403)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_a5_40(1413)14770578 TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_a5_40(1413)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1402)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1403)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1404)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1411)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(1405)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1401)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1406)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1410)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1408)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1409)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1412)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1407)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1416)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1415)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1401): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1402): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1403): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1404): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1405): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1406): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1407): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1408): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1409): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1410): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1411): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1412): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_a5_40(1413): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_a5_41(1414): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1415): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1416): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_a5_4 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_a5_4 pass'. Mon May 13 04:51:01 UTC 2024 ====== MSC_Tests.TC_ho_inter_bsc_a5_4 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_bsc_a5_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=735209) Waiting for packet dumper to finish... 1 (prev_count=735209, count=737642) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_a5_4 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_ipv6'. ------ MSC_Tests.TC_ho_inter_bsc_ipv6 ------ Mon May 13 04:51:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_ipv6' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_ipv6 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1420)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1420)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1420)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1418)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1423)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1423)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1421)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1424)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1420)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1423)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1423)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-RAN(1419)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(1422)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1427)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_ho_inter_bsc_ipv60(1429) TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1419)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_ipv60(1429)12847989 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1419)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(1427)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_ho_inter_bsc_ipv60(1429) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C40B75'O, sourceLocRef := '000106'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1427)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_bsc_ipv60(1429)"262420000000053" TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1419)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1419)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1419)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_ipv60(1429)12847989 TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '214BA386'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1419)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_ipv60(1429)9662480 MSC_Test_0-RAN(1419)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-RAN(1422)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 194 MSC_Test_1-RAN(1422)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_ipv61(1430) MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: { messageType := 2, destLocRef := '937010'O, sourceLocRef := '000107'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1424)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_ho_inter_bsc_ipv60(1429) MSC_Test-MGCP(1425)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_bsc_ipv60(1429) MSC_Test_0-RAN(1419)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1419)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1425)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "149", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "74" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_bsc_ipv60(1429) TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1424)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_ho_inter_bsc_ipv60(1429) MSC_Test-MNCC(1424)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_ipv60(1429)-2147483631 TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:26 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0018027C120000000000000000000000000000000323287E0180'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "152", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "74" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "74", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1419)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1419)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080020F32400050006'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1421)@c3a6fa1a763d: First idle individual index:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_1-RAN(1422)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 194 MSC_Test_1-RAN(1422)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 194 ==? 194 MSC_Test_1-RAN(1422)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_ipv61(1430) MSC_Test_1-RAN(1422)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_ipv61(1430)14506802 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_len:37 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0023121709062BD1040E000900007C120000000000000000000000000000000809267E0180'O MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1419)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_ipv60(1429)9662480 TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: FIRST inter-BSC Handover done MSC_Test_0-RAN(1419)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1419)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_ipv60(1429) MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_len:16 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080062F2240017002A'O MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1419)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1419)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1419)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_ipv60(1429) MSC_Test_0-RAN(1419)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_ipv60(1429)9035333 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:37 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0023121709062BD1040E000900007C120000000000000000000000000000000323287E0180'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1421)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1421)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-RAN(1422)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_ipv61(1430)14506802 MSC_Test_1-M3UA(1423)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: setverdict(pass): none -> pass TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv61(1430)@c3a6fa1a763d: Final verdict of PTC: pass TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1419)@c3a6fa1a763d: patching N(SD)=3 into dtap '032D0802E180'O MSC_Test_0-RAN(1419)@c3a6fa1a763d: patched enc_l3: '03ED0802E180'O MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000603ED0802E180'O MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1418)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1424)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_ipv60(1429)-2147483631 TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1418)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1419)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_ipv60(1429)9035333 TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1420)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_ipv60(1429)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(1421)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1432)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1419)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1428)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1417)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1418)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1424)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1423)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1420)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1427)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1422)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1426)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1425)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1431)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1417): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1418): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1419): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1420): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1421): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1422): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1423): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1424): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1425): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1426): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1427): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1428): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_ipv60(1429): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_ipv61(1430): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1431): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1432): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_ipv6 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_ipv6 pass'. Mon May 13 04:51:19 UTC 2024 ====== MSC_Tests.TC_ho_inter_bsc_ipv6 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_bsc_ipv6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=663699) Waiting for packet dumper to finish... 1 (prev_count=663699, count=666132) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_ipv6 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_csd'. ------ MSC_Tests.TC_ho_inter_bsc_csd ------ Mon May 13 04:51:22 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_bsc_csd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_csd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1436)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1436)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1436)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1434)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(1439)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1439)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1439)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(1437)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1440)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: ----------------------------------------------- TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: "CSD Bearer Service: BS25T" TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1443)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000053" to be handled at TC_ho_inter_bsc_csd0(1445) TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1436)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1436)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1439)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1439)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1435)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1435)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_csd0(1445)16680873 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1435)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FE87A9'O, sourceLocRef := '000108'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1443)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000053" handled at TC_ho_inter_bsc_csd0(1445) MSC_Test-GSUP(1443)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_bsc_csd0(1445)"262420000000053" MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1435)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1435)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1435)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_csd0(1445)16680873 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_1-RAN(1438)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-RAN(1438)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 194 MSC_Test_1-RAN(1438)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_csd1(1446) MSC_Test_0-RAN(1435)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_csd0(1445)10686795 MSC_Test_0-RAN(1435)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6704074C'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A3114B'O, sourceLocRef := '000109'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1440)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_ho_inter_bsc_csd0(1445) MSC_Test-MGCP(1441)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_bsc_csd0(1445) MSC_Test_0-RAN(1435)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210440805E04802143F5'O MSC_Test_0-RAN(1435)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210440805E04802143F5'O MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210440805E04802143F5'O MSC_Test-MGCP(1441)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "157", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "75" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_bsc_csd0(1445) MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1440)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_ho_inter_bsc_csd0(1445) MSC_Test-MNCC(1440)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_csd0(1445)-2147483630 TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1435)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1435)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "160", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "75" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "75", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080020F32400050006'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1437)@c3a6fa1a763d: First idle individual index:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_1-RAN(1438)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 194 MSC_Test_1-RAN(1438)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 194 ==? 194 MSC_Test_1-RAN(1438)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_csd1(1446) MSC_Test_1-RAN(1438)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_csd1(1446)13516923 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_len:25 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060102030409267E0180'O MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1435)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_csd0(1445)10686795 TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: FIRST inter-BSC Handover done MSC_Test_0-RAN(1435)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1435)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_bsc_csd0(1445) MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_len:16 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080062F2240017002A'O MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1435)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1435)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1435)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_bsc_csd0(1445) MSC_Test_0-RAN(1435)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_bsc_csd0(1445)3030393 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:25 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060908070623287E0180'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: GOT HandoverCommand{ discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 22, pdu := { bssmap := { handoverCommand := { messageType := '13'O, layer3Information := { elementIdentifier := '17'O, lengthIndicator := 9, layer3info := '062BD1040E00090000'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 8, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CGI := { mcc_mnc := '00F000'O, lac := '0000'O, ci := '0000'O } } }, newBSSToOldBSSInfo := omit, talkerPriority := omit } } } } MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_1-SCCP(1437)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_len:3 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: vl_from0 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-M3UA(1439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: setverdict(pass): none -> pass TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" MSC_Test_1-RAN(1438)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_csd1(1446)13516923 TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd1(1446)@c3a6fa1a763d: Final verdict of PTC: pass TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1435)@c3a6fa1a763d: patching N(SD)=3 into dtap '032D0802E180'O MSC_Test_0-RAN(1435)@c3a6fa1a763d: patched enc_l3: '03ED0802E180'O MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000603ED0802E180'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1434)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1440)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_csd0(1445)-2147483630 TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1434)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1436)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1435)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_bsc_csd0(1445)3030393 TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_bsc_csd0(1445)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(1437)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1438)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1439)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1443)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1448)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1433)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1434)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1447)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1442)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1441)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1440)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1436)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1435)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1444)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1433): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1434): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1435): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1436): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1437): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1438): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1439): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1440): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1441): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1442): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1443): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1444): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_csd0(1445): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_bsc_csd1(1446): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1447): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1448): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_bsc_csd finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_csd pass'. Mon May 13 04:51:36 UTC 2024 ====== MSC_Tests.TC_ho_inter_bsc_csd pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_bsc_csd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=661815) Waiting for packet dumper to finish... 1 (prev_count=661815, count=664248) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_bsc_csd pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out'. ------ MSC_Tests.TC_ho_inter_msc_out ------ Mon May 13 04:51:39 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1452)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1452)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1452)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1450)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1453)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1452)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1452)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1453)@c3a6fa1a763d: Created MnccExpect[0] for "491230099999" to be handled at TC_ho_inter_msc_out0(1458) MSC_Test-GSUP(1456)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_ho_inter_msc_out0(1458) MSC_Test_0-RAN(1451)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1451)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out0(1458)8608974 MSC_Test_0-RAN(1451)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: { messageType := 2, destLocRef := '835CCE'O, sourceLocRef := '00010A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1456)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_ho_inter_msc_out0(1458) MSC_Test-GSUP(1456)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_msc_out0(1458)"262420000000054" MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1451)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1451)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1451)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out0(1458)8608974 TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '13F72A70'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1451)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out0(1458)8673629 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1451)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: { messageType := 2, destLocRef := '84595D'O, sourceLocRef := '00010B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1453)@c3a6fa1a763d: Created MnccExpect[1] for "12345" to be handled at TC_ho_inter_msc_out0(1458) MSC_Test-MGCP(1454)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_msc_out0(1458) MSC_Test_0-RAN(1451)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1451)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1454)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "165", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "76" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_msc_out0(1458) TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1453)@c3a6fa1a763d: Found MnccExpect[1] for "12345" handled at TC_ho_inter_msc_out0(1458) MSC_Test-MNCC(1453)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out0(1458)-2147483629 TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "168", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "76" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "76", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1451)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1451)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080010771000010001'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1453)@c3a6fa1a763d: Found MnccExpect[0] for "491230099999" handled at TC_ho_inter_msc_out0(1458) MSC_Test-MNCC(1453)@c3a6fa1a763d: Added conn table entry 1TC_ho_inter_msc_out0(1458)-2147483628 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1451)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out0(1458)8673629 TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1451)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1451)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_msc_out0(1458) MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1451)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1451)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1451)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_msc_out0(1458) MSC_Test_0-RAN(1451)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out0(1458)2751921 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:25 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060908070623287E0180'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1451)@c3a6fa1a763d: patching N(SD)=3 into dtap '032D0802E180'O MSC_Test_0-RAN(1451)@c3a6fa1a763d: patched enc_l3: '03ED0802E180'O MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000603ED0802E180'O MSC_Test-MNCC(1453)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out0(1458)-2147483629 TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1450)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1450)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1452)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC MSC_Test_0-RAN(1451)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out0(1458)2751921 TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out0(1458)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1450)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1453)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1452)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1459)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1455)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1449)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1456)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1457)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1454)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1451)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1449): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1450): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1451): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1452): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1453): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1454): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1455): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1456): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1457): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_msc_out0(1458): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1459): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out pass'. Mon May 13 04:51:47 UTC 2024 ====== MSC_Tests.TC_ho_inter_msc_out pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_msc_out.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=561958) Waiting for packet dumper to finish... 1 (prev_count=561958, count=563713) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_a5_1'. ------ MSC_Tests.TC_ho_inter_msc_out_a5_1 ------ Mon May 13 04:51:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_a5_1' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_a5_1 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1463)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1463)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1463)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1461)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1464)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1463)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(1464)@c3a6fa1a763d: Created MnccExpect[0] for "491230099999" to be handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test-GSUP(1467)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_ho_inter_msc_out_a5_10(1469) TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1462)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1462)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_10(1469)14568859 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1462)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DE4D9B'O, sourceLocRef := '00010C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1467)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test-GSUP(1467)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_msc_out_a5_10(1469)"262420000000054" MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1462)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514FCD850522104F0E71E2A'O MSC_Test_0-RAN(1462)@c3a6fa1a763d: patched enc_l3: '0554FCD850522104F0E71E2A'O MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0554FCD850522104F0E71E2A'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C02'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1462)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1462)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1462)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_10(1469)14568859 TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '23707E7B'O ("#p~{") } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1462)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_10(1469)10194796 MSC_Test_0-RAN(1462)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: { messageType := 2, destLocRef := '9B8F6C'O, sourceLocRef := '00010D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1462)@c3a6fa1a763d: patching N(SD)=1 into dtap '051488AE3D7A2104467A60F5'O MSC_Test_0-RAN(1462)@c3a6fa1a763d: patched enc_l3: '055488AE3D7A2104467A60F5'O MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055488AE3D7A2104467A60F5'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C02'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1464)@c3a6fa1a763d: Created MnccExpect[1] for "12345" to be handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test-MGCP(1465)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test_0-RAN(1462)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1462)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1465)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "172", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "77" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_msc_out_a5_10(1469) TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test-MNCC(1464)@c3a6fa1a763d: Found MnccExpect[1] for "12345" handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1464)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_10(1469)-2147483627 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "175", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "77" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "77", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1462)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1462)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080010771000010001'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1464)@c3a6fa1a763d: Found MnccExpect[0] for "491230099999" handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test-MNCC(1464)@c3a6fa1a763d: Added conn table entry 1TC_ho_inter_msc_out_a5_10(1469)-2147483626 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1462)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_10(1469)10194796 TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1462)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1462)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1462)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1462)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1462)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_msc_out_a5_10(1469) MSC_Test_0-RAN(1462)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_10(1469)16710503 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:27 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0019121709062BD1040E000900002C027C060908070623287E0180'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1462)@c3a6fa1a763d: patching N(SD)=0 into dtap '032D0802E180'O MSC_Test_0-RAN(1462)@c3a6fa1a763d: patched enc_l3: '032D0802E180'O MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006032D0802E180'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1464)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_10(1469)-2147483627 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1461)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1461)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1462)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_10(1469)16710503 TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC MSC_Test_0-M3UA(1463)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_10(1469)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1461)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1460)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1470)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1462)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1467)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1468)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1466)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1463)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1465)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1464)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1460): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1461): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1462): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1463): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1464): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1465): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1466): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1467): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1468): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_msc_out_a5_10(1469): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1470): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_a5_1 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_a5_1 pass'. Mon May 13 04:51:58 UTC 2024 ====== MSC_Tests.TC_ho_inter_msc_out_a5_1 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_msc_out_a5_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=633680) Waiting for packet dumper to finish... 1 (prev_count=633680, count=635435) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_a5_1 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_a5_3'. ------ MSC_Tests.TC_ho_inter_msc_out_a5_3 ------ Mon May 13 04:52:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_a5_3' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_a5_3 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1474)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1474)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1474)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1472)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1475)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1474)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1474)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1473)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-MNCC(1475)@c3a6fa1a763d: Created MnccExpect[0] for "491230099999" to be handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test-GSUP(1478)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_ho_inter_msc_out_a5_30(1480) TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1473)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_30(1480)5746878 MSC_Test_0-RAN(1473)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: { messageType := 2, destLocRef := '57B0BE'O, sourceLocRef := '00010E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1478)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test-GSUP(1478)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_msc_out_a5_30(1480)"262420000000054" MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1473)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140C6F1E7F21042625054F'O MSC_Test_0-RAN(1473)@c3a6fa1a763d: patched enc_l3: '05540C6F1E7F21042625054F'O MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C05540C6F1E7F21042625054F'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1473)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1473)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1473)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_30(1480)5746878 TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3A1CB4BD'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1473)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_30(1480)1227327 MSC_Test_0-RAN(1473)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: { messageType := 2, destLocRef := '12BA3F'O, sourceLocRef := '00010F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1473)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514CE1EF0B521048A4BB513'O MSC_Test_0-RAN(1473)@c3a6fa1a763d: patched enc_l3: '0554CE1EF0B521048A4BB513'O MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0554CE1EF0B521048A4BB513'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1475)@c3a6fa1a763d: Created MnccExpect[1] for "12345" to be handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test-MGCP(1476)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test_0-RAN(1473)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1473)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1476)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "179", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "78" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_msc_out_a5_30(1480) TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1475)@c3a6fa1a763d: Found MnccExpect[1] for "12345" handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test-MNCC(1475)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_30(1480)-2147483625 TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "182", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "78" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "78", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1473)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1473)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080010771000010001'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1475)@c3a6fa1a763d: Found MnccExpect[0] for "491230099999" handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test-MNCC(1475)@c3a6fa1a763d: Added conn table entry 1TC_ho_inter_msc_out_a5_30(1480)-2147483624 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1473)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_30(1480)1227327 TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1473)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1473)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1473)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1473)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1473)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_msc_out_a5_30(1480) MSC_Test_0-RAN(1473)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_30(1480)13127806 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:27 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0019121709062BD1040E000900002C047C060908070623287E0180'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1473)@c3a6fa1a763d: patching N(SD)=0 into dtap '032D0802E180'O MSC_Test_0-RAN(1473)@c3a6fa1a763d: patched enc_l3: '032D0802E180'O MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006032D0802E180'O MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1472)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1475)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_30(1480)-2147483625 TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1472)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1474)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1473)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_30(1480)13127806 TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_30(1480)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1478)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1472)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1479)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1475)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1471)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1474)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1476)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1481)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1473)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1477)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1471): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1472): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1473): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1474): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1475): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1476): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1477): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1478): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1479): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_msc_out_a5_30(1480): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1481): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_a5_3 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_a5_3 pass'. Mon May 13 04:52:10 UTC 2024 ====== MSC_Tests.TC_ho_inter_msc_out_a5_3 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_msc_out_a5_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=633660) Waiting for packet dumper to finish... 1 (prev_count=633660, count=634737) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_a5_3 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_a5_4'. ------ MSC_Tests.TC_ho_inter_msc_out_a5_4 ------ Mon May 13 04:52:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_a5_4' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_a5_4 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1485)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1485)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1485)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1483)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1486)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1485)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1485)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1484)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-MNCC(1486)@c3a6fa1a763d: Created MnccExpect[0] for "491230099999" to be handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test-GSUP(1489)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_ho_inter_msc_out_a5_40(1491) TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1484)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_40(1491)10512678 MSC_Test_0-RAN(1484)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A06926'O, sourceLocRef := '000110'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1489)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test-GSUP(1489)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_msc_out_a5_40(1491)"262420000000054" MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:11 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0009541203524982130101'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1484)@c3a6fa1a763d: patching N(SD)=1 into dtap '051415ABE7412104F0750AB5'O MSC_Test_0-RAN(1484)@c3a6fa1a763d: patched enc_l3: '055415ABE7412104F0750AB5'O MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C055415ABE7412104F0750AB5'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C05'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1484)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1484)@c3a6fa1a763d: patched enc_l3: '059B'O TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1484)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_40(1491)10512678 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1484)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_40(1491)10782647 MSC_Test_0-RAN(1484)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1CE8C271'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-SCCP(1483)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A487B7'O, sourceLocRef := '000111'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1484)@c3a6fa1a763d: patching N(SD)=1 into dtap '05144768A26E21047394B134'O MSC_Test_0-RAN(1484)@c3a6fa1a763d: patched enc_l3: '05544768A26E21047394B134'O MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C05544768A26E21047394B134'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C05'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1486)@c3a6fa1a763d: Created MnccExpect[1] for "12345" to be handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test-MGCP(1487)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test_0-RAN(1484)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1484)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1487)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "186", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "79" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_msc_out_a5_40(1491) TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1486)@c3a6fa1a763d: Found MnccExpect[1] for "12345" handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test-MNCC(1486)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_40(1491)-2147483623 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1484)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1484)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "189", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "79" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "79", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080010771000010001'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1486)@c3a6fa1a763d: Found MnccExpect[0] for "491230099999" handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test-MNCC(1486)@c3a6fa1a763d: Added conn table entry 1TC_ho_inter_msc_out_a5_40(1491)-2147483622 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1484)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_40(1491)10782647 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1484)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1484)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1484)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1484)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1484)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_msc_out_a5_40(1491) MSC_Test_0-RAN(1484)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_a5_40(1491)1824566 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:27 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0019121709062BD1040E000900002C057C060908070623287E0180'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1484)@c3a6fa1a763d: patching N(SD)=0 into dtap '032D0802E180'O MSC_Test_0-RAN(1484)@c3a6fa1a763d: patched enc_l3: '032D0802E180'O MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006032D0802E180'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1483)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1486)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_40(1491)-2147483623 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1483)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1485)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1484)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_a5_40(1491)1824566 TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_a5_40(1491)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1483)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1488)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1489)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1485)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1484)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1487)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1486)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1490)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1492)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1482)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1482): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1483): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1484): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1485): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1486): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1487): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1488): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1489): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1490): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_msc_out_a5_40(1491): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1492): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_a5_4 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_a5_4 pass'. Mon May 13 04:52:22 UTC 2024 ====== MSC_Tests.TC_ho_inter_msc_out_a5_4 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_msc_out_a5_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=634040) Waiting for packet dumper to finish... 1 (prev_count=634040, count=635117) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_a5_4 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_ipv6'. ------ MSC_Tests.TC_ho_inter_msc_out_ipv6 ------ Mon May 13 04:52:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_ipv6' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_ipv6 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1496)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1496)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1496)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1494)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1497)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1496)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1496)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1495)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-MNCC(1497)@c3a6fa1a763d: Created MnccExpect[0] for "491230099999" to be handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test-GSUP(1500)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_ho_inter_msc_out_ipv60(1502) TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1495)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_ipv60(1502)8686936 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1495)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: { messageType := 2, destLocRef := '848D58'O, sourceLocRef := '000112'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1500)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test-GSUP(1500)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_msc_out_ipv60(1502)"262420000000054" TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1495)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1495)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1495)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_ipv60(1502)8686936 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '32803602'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1495)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_ipv60(1502)10037764 MSC_Test_0-RAN(1495)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: { messageType := 2, destLocRef := '992A04'O, sourceLocRef := '000113'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1497)@c3a6fa1a763d: Created MnccExpect[1] for "12345" to be handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test-MGCP(1498)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test_0-RAN(1495)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1495)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1498)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "193", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7a" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_msc_out_ipv60(1502) TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1497)@c3a6fa1a763d: Found MnccExpect[1] for "12345" handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test-MNCC(1497)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_ipv60(1502)-2147483621 TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:26 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0018027C120000000000000000000000000000000323287E0180'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "196", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "7a" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "7a", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-RAN(1495)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1495)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080010771000010001'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1497)@c3a6fa1a763d: Found MnccExpect[0] for "491230099999" handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test-MNCC(1497)@c3a6fa1a763d: Added conn table entry 1TC_ho_inter_msc_out_ipv60(1502)-2147483620 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1495)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_ipv60(1502)10037764 TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1495)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1495)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1495)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1495)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1495)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_msc_out_ipv60(1502) MSC_Test_0-RAN(1495)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_ipv60(1502)4919682 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:37 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0023121709062BD1040E000900007C120000000000000000000000000000000323287E0180'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1495)@c3a6fa1a763d: patching N(SD)=3 into dtap '032D0802E180'O MSC_Test_0-RAN(1495)@c3a6fa1a763d: patched enc_l3: '03ED0802E180'O MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000603ED0802E180'O MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1497)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_ipv60(1502)-2147483621 TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1495)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_ipv60(1502)4919682 TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_ipv60(1502)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-SMPP(1501)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1494)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1497)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1493)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1496)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1498)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1500)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1503)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1499)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1495)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1493): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1494): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1495): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1496): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1497): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1498): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1499): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1500): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1501): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_msc_out_ipv60(1502): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1503): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_ipv6 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_ipv6 pass'. Mon May 13 04:52:33 UTC 2024 ====== MSC_Tests.TC_ho_inter_msc_out_ipv6 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_msc_out_ipv6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=561973) Waiting for packet dumper to finish... 1 (prev_count=561973, count=564305) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_ipv6 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_csd'. ------ MSC_Tests.TC_ho_inter_msc_out_csd ------ Mon May 13 04:52:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_ho_inter_msc_out_csd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_csd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1507)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1507)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1507)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1505)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1508)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1507)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1507)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: ----------------------------------------------- TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: "CSD Bearer Service: BS25T" TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-MNCC(1508)@c3a6fa1a763d: Created MnccExpect[0] for "491230099999" to be handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test-GSUP(1511)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000054" to be handled at TC_ho_inter_msc_out_csd0(1513) TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1506)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1506)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_csd0(1513)14353833 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1506)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(1511)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000054" handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test-GSUP(1511)@c3a6fa1a763d: Added IMSI table entry 0TC_ho_inter_msc_out_csd0(1513)"262420000000054" MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DB05A9'O, sourceLocRef := '000114'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1506)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1506)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1506)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_csd0(1513)14353833 TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '375579EF'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1506)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_csd0(1513)9116442 MSC_Test_0-RAN(1506)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: { messageType := 2, destLocRef := '8B1B1A'O, sourceLocRef := '000115'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1508)@c3a6fa1a763d: Created MnccExpect[1] for "12345" to be handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test-MGCP(1509)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test_0-RAN(1506)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210440805E04802143F5'O MSC_Test_0-RAN(1506)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210440805E04802143F5'O MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210440805E04802143F5'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1509)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "200", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7b" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_ho_inter_msc_out_csd0(1513) TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1508)@c3a6fa1a763d: Found MnccExpect[1] for "12345" handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test-MNCC(1508)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_csd0(1513)-2147483619 TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "203", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "7b" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "7b", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1506)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1506)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_mo_call_establish DONE TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E1104010C1A080010771000010001'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1508)@c3a6fa1a763d: Found MnccExpect[0] for "491230099999" handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test-MNCC(1508)@c3a6fa1a763d: Added conn table entry 1TC_ho_inter_msc_out_csd0(1513)-2147483618 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1506)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_csd0(1513)9116442 TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1506)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(1506)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[0]. MSC_Test_0-RAN(1506)@c3a6fa1a763d: ExpectedCreateCallback handoverRequest 193 MSC_Test_0-RAN(1506)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(1506)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_ho_inter_msc_out_csd0(1513) MSC_Test_0-RAN(1506)@c3a6fa1a763d: Added conn table entry 0TC_ho_inter_msc_out_csd0(1513)11921439 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Warning: Re-starting timer T_ias[0], which is already active (running or expired). MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:25 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0017121709062BD1040E000900007C060908070623287E0180'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00011B'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000114'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-RAN(1506)@c3a6fa1a763d: patching N(SD)=3 into dtap '032D0802E180'O MSC_Test_0-RAN(1506)@c3a6fa1a763d: patched enc_l3: '03ED0802E180'O MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000603ED0802E180'O MSC_Test-MNCC(1508)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_csd0(1513)-2147483619 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1505)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1505)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1506)@c3a6fa1a763d: Deleted conn table entry 0TC_ho_inter_msc_out_csd0(1513)11921439 TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: f_call_hangup 9: done TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_ho_inter_msc_out_csd0(1513)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1505)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1506)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1507)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1508)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1509)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1511)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1504)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1512)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1514)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1510)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1504): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1505): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1506): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1507): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1508): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1509): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1510): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1511): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1512): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_ho_inter_msc_out_csd0(1513): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1514): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_ho_inter_msc_out_csd finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_csd pass'. Mon May 13 04:52:45 UTC 2024 ====== MSC_Tests.TC_ho_inter_msc_out_csd pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_ho_inter_msc_out_csd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=560154) Waiting for packet dumper to finish... 1 (prev_count=560154, count=562486) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_ho_inter_msc_out_csd pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei ------ Mon May 13 04:52:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1516)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1518)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1518)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(1519)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1518)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1518)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1517)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1522)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth_tmsi_check_imei0(1524) TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1517)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_check_imei0(1524)8201694 MSC_Test_0-RAN(1517)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1516)@c3a6fa1a763d: { messageType := 2, destLocRef := '7D25DE'O, sourceLocRef := '000116'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1522)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth_tmsi_check_imei0(1524) MSC_Test-GSUP(1522)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_check_imei0(1524)"262420000000005" MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1517)@c3a6fa1a763d: patching N(SD)=1 into dtap '05149B6D2E1C'O MSC_Test_0-RAN(1517)@c3a6fa1a763d: patched enc_l3: '05549B6D2E1C'O MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605549B6D2E1C'O MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1517)@c3a6fa1a763d: patching N(SD)=2 into dtap '0519084A99990000000005'O MSC_Test_0-RAN(1517)@c3a6fa1a763d: patched enc_l3: '0599084A99990000000005'O MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0599084A99990000000005'O MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1517)@c3a6fa1a763d: patching N(SD)=3 into dtap '051B'O MSC_Test_0-RAN(1517)@c3a6fa1a763d: patched enc_l3: '05DB'O MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000205DB'O MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1516)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1516)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1518)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1517)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_check_imei0(1524)8201694 TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei0(1524)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1516)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1519)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1518)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1521)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1520)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1522)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1525)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1517)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1523)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1515)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1515): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1516): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1517): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1518): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1519): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1520): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1521): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1522): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1523): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_check_imei0(1524): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1525): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei pass'. Mon May 13 04:52:51 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=224121) Waiting for packet dumper to finish... 1 (prev_count=224121, count=225198) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei'. ------ MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei ------ Mon May 13 04:52:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth3g_tmsi_check_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1529)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1529)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1529)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1527)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1530)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1529)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1529)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1528)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1533)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth3g_tmsi_check_imei0(1535) TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1528)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth3g_tmsi_check_imei0(1535)8784412 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1528)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1527)@c3a6fa1a763d: { messageType := 2, destLocRef := '860A1C'O, sourceLocRef := '000117'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1533)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth3g_tmsi_check_imei0(1535) MSC_Test-GSUP(1533)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth3g_tmsi_check_imei0(1535)"262420000000005" MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1528)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D1FD758321048FFC5F5F'O MSC_Test_0-RAN(1528)@c3a6fa1a763d: patched enc_l3: '0554D1FD758321048FFC5F5F'O MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0554D1FD758321048FFC5F5F'O MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1528)@c3a6fa1a763d: patching N(SD)=2 into dtap '0519084A99990000000005'O MSC_Test_0-RAN(1528)@c3a6fa1a763d: patched enc_l3: '0599084A99990000000005'O MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0599084A99990000000005'O MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1528)@c3a6fa1a763d: patching N(SD)=3 into dtap '051B'O MSC_Test_0-RAN(1528)@c3a6fa1a763d: patched enc_l3: '05DB'O MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000205DB'O MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1527)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1527)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1529)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1528)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth3g_tmsi_check_imei0(1535)8784412 TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi_check_imei0(1535)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1533)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1530)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1534)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1529)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1528)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1526)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1531)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1532)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1536)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1527)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1526): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1527): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1528): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1529): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1530): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1531): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1532): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1533): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1534): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth3g_tmsi_check_imei0(1535): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1536): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth3g_tmsi_check_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei pass'. Mon May 13 04:52:57 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=224768) Waiting for packet dumper to finish... 1 (prev_count=224768, count=225845) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei'. ------ MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei ------ Mon May 13 04:53:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_tmsi_check_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1540)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1540)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1540)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1538)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1541)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1540)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1540)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1544)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_noauth_tmsi_check_imei0(1546) TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1539)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1539)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_noauth_tmsi_check_imei0(1546)4580082 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1539)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: { messageType := 2, destLocRef := '45E2F2'O, sourceLocRef := '000118'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1544)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_noauth_tmsi_check_imei0(1546) MSC_Test-GSUP(1544)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_noauth_tmsi_check_imei0(1546)"262420000000005" MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1539)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519084A99990000000005'O MSC_Test_0-RAN(1539)@c3a6fa1a763d: patched enc_l3: '0559084A99990000000005'O MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0559084A99990000000005'O MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1539)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1539)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1538)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1539)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_noauth_tmsi_check_imei0(1546)4580082 TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1540)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1544)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1539)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1541)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1538)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1542)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1543)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1537)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1547)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1545)@c3a6fa1a763d: Final verdict of PTC: none TC_lu_imsi_noauth_tmsi_check_imei0(1546)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1540)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1537): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1538): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1539): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1540): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1541): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1542): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1543): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1544): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1545): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_noauth_tmsi_check_imei0(1546): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1547): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_tmsi_check_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei pass'. Mon May 13 04:53:03 UTC 2024 ====== MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=200964) Waiting for packet dumper to finish... 1 (prev_count=200964, count=202041) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei'. ------ MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei ------ Mon May 13 04:53:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_notmsi_check_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1551)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1551)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1551)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1549)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1552)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1551)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1551)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1550)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1555)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_noauth_notmsi_check_imei0(1557) TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1550)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_noauth_notmsi_check_imei0(1557)6402856 MSC_Test_0-RAN(1550)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1549)@c3a6fa1a763d: { messageType := 2, destLocRef := '61B328'O, sourceLocRef := '000119'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1555)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_noauth_notmsi_check_imei0(1557) MSC_Test-GSUP(1555)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_noauth_notmsi_check_imei0(1557)"262420000000005" TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1550)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519084A99990000000005'O MSC_Test_0-RAN(1550)@c3a6fa1a763d: patched enc_l3: '0559084A99990000000005'O MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0559084A99990000000005'O MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1549)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1549)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1551)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1550)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_noauth_notmsi_check_imei0(1557)6402856 TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi_check_imei0(1557)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(1548)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1554)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1553)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1552)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1555)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1549)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1551)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1558)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1550)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1556)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1548): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1549): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1550): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1551): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1552): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1553): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1554): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1555): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1556): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_noauth_notmsi_check_imei0(1557): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1558): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_notmsi_check_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei pass'. Mon May 13 04:53:09 UTC 2024 ====== MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=192935) Waiting for packet dumper to finish... 1 (prev_count=192935, count=194190) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack ------ Mon May 13 04:53:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_nack started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1562)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1562)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1562)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1560)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1563)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1562)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1562)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1561)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1566)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth_tmsi_check_imei_nack0(1568) TC_lu_imsi_auth_tmsi_check_imei_nack0(1568)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1561)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_nack0(1568)7525613 MSC_Test_0-RAN(1561)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1560)@c3a6fa1a763d: { messageType := 2, destLocRef := '72D4ED'O, sourceLocRef := '00011A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1566)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth_tmsi_check_imei_nack0(1568) MSC_Test-GSUP(1566)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_check_imei_nack0(1568)"262420000000005" MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1561)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514052E986F'O MSC_Test_0-RAN(1561)@c3a6fa1a763d: patched enc_l3: '0554052E986F'O MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554052E986F'O MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1561)@c3a6fa1a763d: patching N(SD)=2 into dtap '0519084A99990000000005'O MSC_Test_0-RAN(1561)@c3a6fa1a763d: patched enc_l3: '0599084A99990000000005'O MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0599084A99990000000005'O MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1560)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_check_imei_nack0(1568)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1560)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1562)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1561)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_nack0(1568)7525613 TC_lu_imsi_auth_tmsi_check_imei_nack0(1568)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei_nack0(1568)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(1563)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1562)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1566)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1564)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1567)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1561)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1559)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1565)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1560)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1569)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1559): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1560): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1561): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1562): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1563): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1564): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1565): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1566): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1567): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_check_imei_nack0(1568): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1569): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_nack finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack pass'. Mon May 13 04:53:15 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=207631) Waiting for packet dumper to finish... 1 (prev_count=207631, count=208708) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err ------ Mon May 13 04:53:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_err started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1573)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1573)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1573)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1571)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1574)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1573)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1573)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1572)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1577)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth_tmsi_check_imei_err0(1579) TC_lu_imsi_auth_tmsi_check_imei_err0(1579)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1572)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_err0(1579)10416172 MSC_Test_0-RAN(1572)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1571)@c3a6fa1a763d: { messageType := 2, destLocRef := '9EF02C'O, sourceLocRef := '00011B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1577)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth_tmsi_check_imei_err0(1579) MSC_Test-GSUP(1577)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_check_imei_err0(1579)"262420000000005" MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1572)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514C47360EE'O MSC_Test_0-RAN(1572)@c3a6fa1a763d: patched enc_l3: '0554C47360EE'O MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1571)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554C47360EE'O MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1572)@c3a6fa1a763d: patching N(SD)=2 into dtap '0519084A99990000000005'O MSC_Test_0-RAN(1572)@c3a6fa1a763d: patched enc_l3: '0599084A99990000000005'O MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1571)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000B0599084A99990000000005'O MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1571)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_check_imei_err0(1579)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1571)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1571)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1573)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1572)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_err0(1579)10416172 TC_lu_imsi_auth_tmsi_check_imei_err0(1579)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei_err0(1579)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(1570)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1577)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1572)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1578)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1573)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1575)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1571)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1574)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1576)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1580)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1570): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1571): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1572): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1573): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1574): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1575): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1576): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1577): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1578): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_check_imei_err0(1579): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1580): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_err finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err pass'. Mon May 13 04:53:22 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=208941) Waiting for packet dumper to finish... 1 (prev_count=208941, count=210696) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early ------ Mon May 13 04:53:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_early started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1584)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1584)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1584)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1582)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1585)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1588)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth_tmsi_check_imei_early0(1590) TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1584)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1584)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1583)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1583)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_early0(1590)9257344 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1583)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1582)@c3a6fa1a763d: { messageType := 2, destLocRef := '8D4180'O, sourceLocRef := '00011C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(1583)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519094399990000000005F0'O MSC_Test_0-RAN(1583)@c3a6fa1a763d: patched enc_l3: '0559094399990000000005F0'O MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0559094399990000000005F0'O MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1588)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth_tmsi_check_imei_early0(1590) MSC_Test-GSUP(1588)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_check_imei_early0(1590)"262420000000005" MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1583)@c3a6fa1a763d: patching N(SD)=2 into dtap '051470241554'O MSC_Test_0-RAN(1583)@c3a6fa1a763d: patched enc_l3: '059470241554'O MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006059470241554'O MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1583)@c3a6fa1a763d: patching N(SD)=3 into dtap '051B'O MSC_Test_0-RAN(1583)@c3a6fa1a763d: patched enc_l3: '05DB'O MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000205DB'O MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1582)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1584)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1583)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_early0(1590)9257344 TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei_early0(1590)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1582)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1588)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1581)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1587)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1584)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1583)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1586)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1585)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1589)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1591)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1581): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1582): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1583): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1584): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1585): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1586): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1587): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1588): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1589): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_check_imei_early0(1590): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1591): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_early finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early pass'. Mon May 13 04:53:28 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=222730) Waiting for packet dumper to finish... 1 (prev_count=222730, count=223807) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early'. ------ MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early ------ Mon May 13 04:53:32 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth3g_tmsi_check_imei_early started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1595)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1595)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1595)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1593)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1596)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1595)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1595)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(1599)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601) TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1594)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1594)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)6551521 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1593)@c3a6fa1a763d: { messageType := 2, destLocRef := '63F7E1'O, sourceLocRef := '00011D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1594)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(1594)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519094399990000000005F0'O MSC_Test_0-RAN(1594)@c3a6fa1a763d: patched enc_l3: '0559094399990000000005F0'O MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0559094399990000000005F0'O MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1599)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601) MSC_Test-GSUP(1599)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)"262420000000005" MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1594)@c3a6fa1a763d: patching N(SD)=2 into dtap '05148D37F28121047553EB35'O MSC_Test_0-RAN(1594)@c3a6fa1a763d: patched enc_l3: '05948D37F28121047553EB35'O MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C05948D37F28121047553EB35'O MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1594)@c3a6fa1a763d: patching N(SD)=3 into dtap '051B'O MSC_Test_0-RAN(1594)@c3a6fa1a763d: patched enc_l3: '05DB'O MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000205DB'O MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1593)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1593)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1594)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)6551521 TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1593)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1597)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1598)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1592)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1595)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1599)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1600)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1602)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1596)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1594)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1592): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1593): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1594): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1595): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1596): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1597): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1598): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1599): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1600): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth3g_tmsi_check_imei_early0(1601): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1602): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth3g_tmsi_check_imei_early finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early pass'. Mon May 13 04:53:34 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=225834) Waiting for packet dumper to finish... 1 (prev_count=225834, count=227589) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early'. ------ MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early ------ Mon May 13 04:53:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_tmsi_check_imei_early started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1606)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1606)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1606)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1604)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1607)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1606)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1606)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1605)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1610)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_noauth_tmsi_check_imei_early0(1612) TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1605)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)9089739 MSC_Test_0-RAN(1605)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1604)@c3a6fa1a763d: { messageType := 2, destLocRef := '8AB2CB'O, sourceLocRef := '00011E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1604)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-RAN(1605)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519094399990000000005F0'O MSC_Test_0-RAN(1605)@c3a6fa1a763d: patched enc_l3: '0559094399990000000005F0'O MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1604)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0559094399990000000005F0'O MSC_Test-GSUP(1610)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_noauth_tmsi_check_imei_early0(1612) MSC_Test-GSUP(1610)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)"262420000000005" MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1605)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1605)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1604)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1604)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1604)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1604)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1606)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1605)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)9089739 TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1606)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1608)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1610)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1603)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1607)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1611)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1604)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1609)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1605)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1613)@c3a6fa1a763d: Final verdict of PTC: none TC_lu_imsi_noauth_tmsi_check_imei_early0(1612)@c3a6fa1a763d: Final verdict of PTC: pass MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1603): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1604): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1605): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1606): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1607): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1608): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1609): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1610): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1611): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_noauth_tmsi_check_imei_early0(1612): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1613): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_tmsi_check_imei_early finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early pass'. Mon May 13 04:53:41 UTC 2024 ====== MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=202719) Waiting for packet dumper to finish... 1 (prev_count=202719, count=204474) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early'. ------ MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early ------ Mon May 13 04:53:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_notmsi_check_imei_early started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1617)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1617)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1617)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1615)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1618)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1617)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1617)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1621)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_noauth_notmsi_check_imei_early0(1623) TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1616)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1616)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)789937 MSC_Test_0-RAN(1616)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1615)@c3a6fa1a763d: { messageType := 2, destLocRef := '0C0DB1'O, sourceLocRef := '00011F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: vl_from0 TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1615)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-RAN(1616)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519094399990000000005F0'O MSC_Test_0-RAN(1616)@c3a6fa1a763d: patched enc_l3: '0559094399990000000005F0'O MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1615)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0559094399990000000005F0'O MSC_Test-GSUP(1621)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_noauth_notmsi_check_imei_early0(1623) MSC_Test-GSUP(1621)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)"262420000000005" MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1615)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1615)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1615)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1617)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1616)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)789937 TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_noauth_notmsi_check_imei_early0(1623)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1617)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1619)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1615)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1614)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1620)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1621)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1622)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1618)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1616)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1624)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1614): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1615): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1616): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1617): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1618): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1619): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1620): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1621): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1622): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_noauth_notmsi_check_imei_early0(1623): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1624): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_noauth_notmsi_check_imei_early finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early pass'. Mon May 13 04:53:47 UTC 2024 ====== MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=193000) Waiting for packet dumper to finish... 1 (prev_count=193000, count=194755) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack ------ Mon May 13 04:53:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_early_nack started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1628)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1628)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1628)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1626)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1629)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1628)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1628)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test_0-RAN(1627)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1632)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634) TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1627)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634)696369 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1627)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: { messageType := 2, destLocRef := '0AA031'O, sourceLocRef := '000120'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1627)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519094399990000000005F0'O MSC_Test_0-RAN(1627)@c3a6fa1a763d: patched enc_l3: '0559094399990000000005F0'O MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0559094399990000000005F0'O MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1632)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634) MSC_Test-GSUP(1632)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634)"262420000000005" MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1626)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1626)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1628)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1627)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634)696369 TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1628)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1626)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1629)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1627)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1632)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1630)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1635)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1625)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1633)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1631)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1625): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1626): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1627): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1628): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1629): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1630): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1631): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1632): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1633): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_check_imei_early_nack0(1634): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1635): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_early_nack finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack pass'. Mon May 13 04:53:54 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=167773) Waiting for packet dumper to finish... 1 (prev_count=167773, count=169528) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err ------ Mon May 13 04:53:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_early_err started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1639)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1639)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1639)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1637)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1640)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1639)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1639)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1643)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000005" to be handled at TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645) TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1638)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1638)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645)11757006 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1638)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1637)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B365CE'O, sourceLocRef := '000121'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1638)@c3a6fa1a763d: patching N(SD)=1 into dtap '0519094399990000000005F0'O MSC_Test_0-RAN(1638)@c3a6fa1a763d: patched enc_l3: '0559094399990000000005F0'O MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: vl_len:15 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000C0559094399990000000005F0'O MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1643)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000005" handled at TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645) MSC_Test-GSUP(1643)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645)"262420000000005" MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1637)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1637)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1639)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1638)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645)11757006 TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1639)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1642)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1636)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1643)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1646)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1637)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1640)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1638)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1641)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1644)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1636): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1637): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1638): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1639): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1640): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1641): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1642): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1643): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1644): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_check_imei_early_err0(1645): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1646): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_check_imei_early_err finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err pass'. Mon May 13 04:54:00 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=165506) Waiting for packet dumper to finish... 1 (prev_count=165506, count=166583) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug'. ------ MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug ------ Mon May 13 04:54:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1650)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1650)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1650)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1648)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1651)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1650)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1650)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1649)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1654)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000362" to be handled at TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656) TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000362'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1649)@c3a6fa1a763d: Added conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)14212898 MSC_Test_0-RAN(1649)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1648)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D8DF22'O, sourceLocRef := '000122'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1654)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000362" handled at TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656) MSC_Test-GSUP(1654)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)"262420000000362" MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524900'O MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1649)@c3a6fa1a763d: patching N(SD)=1 into dtap '051466FA3E73'O MSC_Test_0-RAN(1649)@c3a6fa1a763d: patched enc_l3: '055466FA3E73'O MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055466FA3E73'O MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1648)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1648)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1650)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1649)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)14212898 TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)@c3a6fa1a763d: setverdict(pass): none -> pass TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(1647)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1654)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1650)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1651)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1653)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1649)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1652)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1648)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1655)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1657)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1647): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1648): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1649): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1650): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1651): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1652): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1653): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1654): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1655): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug0(1656): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1657): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug pass'. Mon May 13 04:54:06 UTC 2024 ====== MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=175646) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_cc_bssmap_clear'. ------ MSC_Tests.TC_mo_cc_bssmap_clear ------ Mon May 13 04:54:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mo_cc_bssmap_clear' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_cc_bssmap_clear started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1661)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1661)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1661)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1659)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1662)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1661)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1661)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(1665)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000043" to be handled at TC_mo_cc_bssmap_clear0(1667) TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000043'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1660)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1660)@c3a6fa1a763d: Added conn table entry 0TC_mo_cc_bssmap_clear0(1667)14609234 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1660)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DEEB52'O, sourceLocRef := '000123'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1665)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000043" handled at TC_mo_cc_bssmap_clear0(1667) MSC_Test-GSUP(1665)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_cc_bssmap_clear0(1667)"262420000000043" TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1660)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1660)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1660)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_cc_bssmap_clear0(1667)14609234 TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '016D0804'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1660)@c3a6fa1a763d: Added conn table entry 0TC_mo_cc_bssmap_clear0(1667)12073764 MSC_Test_0-RAN(1660)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B83B24'O, sourceLocRef := '000124'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1662)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_cc_bssmap_clear0(1667) MSC_Test-MGCP(1663)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_cc_bssmap_clear0(1667) MSC_Test_0-RAN(1660)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1660)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1663)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "207", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7c" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_cc_bssmap_clear0(1667) TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1662)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_mo_cc_bssmap_clear0(1667) MSC_Test-MNCC(1662)@c3a6fa1a763d: Added conn table entry 0TC_mo_cc_bssmap_clear0(1667)-2147483617 TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1662)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_cc_bssmap_clear0(1667)-2147483617 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1659)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_mo_call_establish DONE TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1659)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1660)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_cc_bssmap_clear0(1667)12073764 TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1661)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1665)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1661)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1662)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1658)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1664)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1663)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1659)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1666)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1668)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1660)@c3a6fa1a763d: Final verdict of PTC: none TC_mo_cc_bssmap_clear0(1667)@c3a6fa1a763d: Final verdict of PTC: pass MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1658): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1659): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1660): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1661): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1662): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1663): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1664): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1665): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1666): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_cc_bssmap_clear0(1667): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1668): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_cc_bssmap_clear finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_cc_bssmap_clear pass'. Mon May 13 04:54:13 UTC 2024 ====== MSC_Tests.TC_mo_cc_bssmap_clear pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mo_cc_bssmap_clear.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=370421) Waiting for packet dumper to finish... 1 (prev_count=370421, count=374478) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mo_cc_bssmap_clear pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_invalid_mgcp_crash'. ------ MSC_Tests.TC_invalid_mgcp_crash ------ Mon May 13 04:54:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_invalid_mgcp_crash' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_invalid_mgcp_crash started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1672)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1672)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1672)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1670)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1673)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1672)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1672)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1671)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1676)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_invalid_mgcp_crash0(1678) TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1671)@c3a6fa1a763d: Added conn table entry 0TC_invalid_mgcp_crash0(1678)2356162 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1671)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1676)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000007" handled at TC_invalid_mgcp_crash0(1678) MSC_Test-GSUP(1676)@c3a6fa1a763d: Added IMSI table entry 0TC_invalid_mgcp_crash0(1678)"262420000000007" MSC_Test_0-SCCP(1670)@c3a6fa1a763d: { messageType := 2, destLocRef := '23F3C2'O, sourceLocRef := '000125'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1671)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1671)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1671)@c3a6fa1a763d: Deleted conn table entry 0TC_invalid_mgcp_crash0(1678)2356162 TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '68118258'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1671)@c3a6fa1a763d: Added conn table entry 0TC_invalid_mgcp_crash0(1678)4946803 MSC_Test_0-RAN(1671)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1670)@c3a6fa1a763d: { messageType := 2, destLocRef := '4B7B73'O ("K{s"), sourceLocRef := '000126'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1673)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_invalid_mgcp_crash0(1678) MSC_Test-MGCP(1674)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_invalid_mgcp_crash0(1678) MSC_Test_0-RAN(1671)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1671)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1674)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "212", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7d" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_invalid_mgcp_crash0(1678) TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1670)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: f_mo_call_establish 11: rx CC RELEASE MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1670)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1672)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1671)@c3a6fa1a763d: Deleted conn table entry 0TC_invalid_mgcp_crash0(1678)4946803 TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: f_mo_call_establish DONE TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_invalid_mgcp_crash0(1678)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP-IPA(1675)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1670)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1674)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1669)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1676)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1677)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1673)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1672)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1679)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1671)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1669): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1670): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1671): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1672): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1673): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1674): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1675): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1676): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1677): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_invalid_mgcp_crash0(1678): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1679): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_invalid_mgcp_crash finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_invalid_mgcp_crash pass'. Mon May 13 04:54:20 UTC 2024 ====== MSC_Tests.TC_invalid_mgcp_crash pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_invalid_mgcp_crash.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=303973) Waiting for packet dumper to finish... 1 (prev_count=303973, count=305728) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_invalid_mgcp_crash pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mm_id_resp_no_identity'. ------ MSC_Tests.TC_mm_id_resp_no_identity ------ Mon May 13 04:54:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_mm_id_resp_no_identity' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mm_id_resp_no_identity started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1683)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1683)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1683)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1681)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1684)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1683)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1683)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1682)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_mm_id_resp_no_identity0(1689)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'FFFFFFFF'O } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1682)@c3a6fa1a763d: Added conn table entry 0TC_mm_id_resp_no_identity0(1689)6045540 MSC_Test_0-RAN(1682)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1681)@c3a6fa1a763d: { messageType := 2, destLocRef := '5C3F64'O ("\\?d"), sourceLocRef := '000127'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1682)@c3a6fa1a763d: patching N(SD)=1 into dtap '051903000000'O MSC_Test_0-RAN(1682)@c3a6fa1a763d: patched enc_l3: '055903000000'O MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055903000000'O MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mm_id_resp_no_identity0(1689)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1682)@c3a6fa1a763d: Deleted conn table entry 0TC_mm_id_resp_no_identity0(1689)6045540 TC_mm_id_resp_no_identity0(1689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mm_id_resp_no_identity0(1689)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_mm_id_resp_no_identity0(1689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mm_id_resp_no_identity0(1689)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1683)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1685)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1687)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1680)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1682)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1681)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1684)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1690)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1688)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1686)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1680): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1681): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1682): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1683): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1684): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1685): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1686): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1687): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1688): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mm_id_resp_no_identity0(1689): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1690): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mm_id_resp_no_identity finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mm_id_resp_no_identity pass'. Mon May 13 04:54:31 UTC 2024 ====== MSC_Tests.TC_mm_id_resp_no_identity pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_mm_id_resp_no_identity.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=153648) Waiting for packet dumper to finish... 1 (prev_count=153648, count=154725) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_mm_id_resp_no_identity pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_expire_while_paging'. ------ MSC_Tests.TC_lu_and_expire_while_paging ------ Mon May 13 04:54:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_expire_while_paging' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_expire_while_paging started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1694)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1694)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1694)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1692)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1695)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1694)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1694)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1693)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1698)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_lu_and_expire_while_paging0(1700) TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1693)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_expire_while_paging0(1700)7483201 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1693)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1692)@c3a6fa1a763d: { messageType := 2, destLocRef := '722F41'O ("r/A"), sourceLocRef := '000128'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1698)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000007" handled at TC_lu_and_expire_while_paging0(1700) MSC_Test-GSUP(1698)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_expire_while_paging0(1700)"262420000000007" MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_from0 TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1692)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1693)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1693)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1693)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_expire_while_paging0(1700)7483201 TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1693)@c3a6fa1a763d: Created IMSI[0] for '262420000000007'H'7C8717E7'O to be handled at TC_lu_and_expire_while_paging0(1700) MSC_Test-GSUP(1698)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_lu_and_expire_while_paging0(1700) MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1693)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_lu_and_expire_while_paging0(1700) TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7C8717E7'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(1693)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_expire_while_paging0(1700)4886044 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1692)@c3a6fa1a763d: { messageType := 2, destLocRef := '4A8E1C'O, sourceLocRef := '000129'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1692)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1692)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1693)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_expire_while_paging0(1700)4886044 TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_expire_while_paging0(1700)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(1691)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1692)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1699)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1697)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1695)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1701)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1694)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1698)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1696)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1693)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1691): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1692): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1693): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1694): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1695): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1696): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1697): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1698): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1699): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_expire_while_paging0(1700): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1701): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_expire_while_paging finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_expire_while_paging pass'. Mon May 13 04:54:37 UTC 2024 ====== MSC_Tests.TC_lu_and_expire_while_paging pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_expire_while_paging.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=263832) Waiting for packet dumper to finish... 1 (prev_count=263832, count=265486) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_expire_while_paging pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_paging_response_imsi_unknown'. ------ MSC_Tests.TC_paging_response_imsi_unknown ------ Mon May 13 04:54:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_paging_response_imsi_unknown' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_paging_response_imsi_unknown started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1705)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1705)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1705)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1703)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1706)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1705)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1705)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1704)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_paging_response_imsi_unknown0(1711)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000058'H, fillerDigit := omit } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(1704)@c3a6fa1a763d: Added conn table entry 0TC_paging_response_imsi_unknown0(1711)4879687 MSC_Test_0-SCCP(1703)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1703)@c3a6fa1a763d: { messageType := 2, destLocRef := '4A7547'O ("JuG"), sourceLocRef := '00012A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1703)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1703)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1703)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1703)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1703)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1703)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1703)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1703)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1703)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1705)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1703)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1704)@c3a6fa1a763d: Deleted conn table entry 0TC_paging_response_imsi_unknown0(1711)4879687 TC_paging_response_imsi_unknown0(1711)@c3a6fa1a763d: setverdict(pass): none -> pass TC_paging_response_imsi_unknown0(1711)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_paging_response_imsi_unknown0(1711)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_paging_response_imsi_unknown0(1711)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1705)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1703)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1708)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1712)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1702)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1709)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1710)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1706)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1704)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1707)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1702): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1703): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1704): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1705): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1706): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1707): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1708): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1709): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1710): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_paging_response_imsi_unknown0(1711): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1712): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_paging_response_imsi_unknown finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_paging_response_imsi_unknown pass'. Mon May 13 04:54:43 UTC 2024 ====== MSC_Tests.TC_paging_response_imsi_unknown pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_paging_response_imsi_unknown.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=129092) Waiting for packet dumper to finish... 1 (prev_count=129092, count=130169) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_paging_response_imsi_unknown pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_paging_response_tmsi_unknown'. ------ MSC_Tests.TC_paging_response_tmsi_unknown ------ Mon May 13 04:54:47 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_paging_response_tmsi_unknown' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_paging_response_tmsi_unknown started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1716)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1716)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1716)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1714)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1717)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1716)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1716)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1715)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_paging_response_tmsi_unknown0(1722)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '59111111'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_0-RAN(1715)@c3a6fa1a763d: Added conn table entry 0TC_paging_response_tmsi_unknown0(1722)13282449 MSC_Test_0-SCCP(1714)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1714)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CAAC91'O, sourceLocRef := '00012B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1714)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1714)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1714)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1714)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1714)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1714)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1714)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1714)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1714)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1716)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1714)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1715)@c3a6fa1a763d: Deleted conn table entry 0TC_paging_response_tmsi_unknown0(1722)13282449 TC_paging_response_tmsi_unknown0(1722)@c3a6fa1a763d: setverdict(pass): none -> pass TC_paging_response_tmsi_unknown0(1722)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci() TC_paging_response_tmsi_unknown0(1722)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_paging_response_tmsi_unknown0(1722)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1716)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1715)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1721)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1713)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1723)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1719)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1720)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1714)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1717)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1718)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1713): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1714): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1715): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1716): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1717): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1718): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1719): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1720): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1721): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_paging_response_tmsi_unknown0(1722): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1723): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_paging_response_tmsi_unknown finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_paging_response_tmsi_unknown pass'. Mon May 13 04:54:49 UTC 2024 ====== MSC_Tests.TC_paging_response_tmsi_unknown pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_paging_response_tmsi_unknown.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=128851) Waiting for packet dumper to finish... 1 (prev_count=128851, count=129928) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_paging_response_tmsi_unknown pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_call_re_establishment'. ------ MSC_Tests.TC_call_re_establishment ------ Mon May 13 04:54:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_call_re_establishment' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_call_re_establishment started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1727)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1727)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1727)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1725)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1728)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1727)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1727)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1726)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1731)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000091" to be handled at TC_call_re_establishment0(1733) TC_call_re_establishment0(1733)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000091'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1726)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment0(1733)2434540 MSC_Test_0-RAN(1726)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: { messageType := 2, destLocRef := '2525EC'O, sourceLocRef := '00012C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1731)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000091" handled at TC_call_re_establishment0(1733) MSC_Test-GSUP(1731)@c3a6fa1a763d: Added IMSI table entry 0TC_call_re_establishment0(1733)"262420000000091" TC_call_re_establishment0(1733)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1726)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1726)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1726)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment0(1733)2434540 TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment0(1733)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment0(1733)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '16FBB0E0'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1726)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment0(1733)3516961 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1726)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: { messageType := 2, destLocRef := '35AA21'O, sourceLocRef := '00012D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment0(1733)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1728)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_call_re_establishment0(1733) MSC_Test-MGCP(1729)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_call_re_establishment0(1733) MSC_Test_0-RAN(1726)@c3a6fa1a763d: patching N(SD)=1 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1726)@c3a6fa1a763d: patched enc_l3: '034504066005040200815E04802143F5'O MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010034504066005040200815E04802143F5'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1729)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "214", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7e" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_call_re_establishment0(1733) TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1728)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_call_re_establishment0(1733) MSC_Test-MNCC(1728)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment0(1733)-2147483615 TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting TC_call_re_establishment0(1733)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_call_re_establishment0(1733)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "217", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "7e" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "7e", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1726)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1726)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_call_re_establishment0(1733)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_call_re_establishment0(1733)@c3a6fa1a763d: f_mo_call_establish DONE TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1731)@c3a6fa1a763d: Deleted GSUP IMSI table entry 0TC_call_re_establishment0(1733)"262420000000091" MSC_Test-GSUP(1731)@c3a6fa1a763d: Added IMSI table entry 0TC_call_re_establishment0(1734)"262420000000091" TC_call_re_establishment0(1734)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMReEstablReq := { messageType := '000000'B, nsd := '00'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare := '0000'B, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000091'H, fillerDigit := omit } } } }, locationAreaIdentification := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1726)@c3a6fa1a763d: Added conn table entry 1TC_call_re_establishment0(1734)10486190 MSC_Test_0-RAN(1726)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A001AE'O, sourceLocRef := '00012E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1726)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment0(1733)3516961 TC_call_re_establishment0(1733)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment0(1733)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(1728)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment0(1733)-2147483615 MSC_Test-MNCC(1728)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment0(1734)-2147483615 MSC_Test-MGCP(1729)@c3a6fa1a763d: MGCP_Emulation_CT: MgcpEndpointTable[0] now sends to TC_call_re_establishment0(1734) MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1726)@c3a6fa1a763d: patching N(SD)=1 into dtap '032502E180'O MSC_Test_0-RAN(1726)@c3a6fa1a763d: patched enc_l3: '036502E180'O MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010005036502E180'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1726)@c3a6fa1a763d: patching N(SD)=2 into dtap '032A'O MSC_Test_0-RAN(1726)@c3a6fa1a763d: patched enc_l3: '03AA'O MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203AA'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1725)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1728)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment0(1734)-2147483615 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1725)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-RAN(1726)@c3a6fa1a763d: Deleted conn table entry 1TC_call_re_establishment0(1734)10486190 MSC_Test_0-M3UA(1727)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1729)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1731)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1735)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1725)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1732)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1726)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1728)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1730)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1727)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1736)@c3a6fa1a763d: Final verdict of PTC: none TC_call_re_establishment0(1734)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1724)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1724): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1725): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1726): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1727): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1728): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1729): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1730): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1731): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1732): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_call_re_establishment0(1733): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_call_re_establishment0(1734): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1735): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1736): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_call_re_establishment finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_call_re_establishment pass'. Mon May 13 04:55:03 UTC 2024 ====== MSC_Tests.TC_call_re_establishment pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_call_re_establishment.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=505004) Waiting for packet dumper to finish... 1 (prev_count=505004, count=506759) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_call_re_establishment pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_call_re_establishment_auth'. ------ MSC_Tests.TC_call_re_establishment_auth ------ Mon May 13 04:55:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_call_re_establishment_auth' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_call_re_establishment_auth started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1740)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1740)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1740)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1738)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1741)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1740)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1740)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1739)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1744)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000092" to be handled at TC_call_re_establishment_auth0(1746) TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000092'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1739)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_auth0(1746)7228812 MSC_Test_0-RAN(1739)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1744)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000092" handled at TC_call_re_establishment_auth0(1746) MSC_Test-GSUP(1744)@c3a6fa1a763d: Added IMSI table entry 0TC_call_re_establishment_auth0(1746)"262420000000092" MSC_Test_0-SCCP(1738)@c3a6fa1a763d: { messageType := 2, destLocRef := '6E4D8C'O, sourceLocRef := '00012F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=1 into dtap '051488C3868E'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '055488C3868E'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055488C3868E'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1739)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_auth0(1746)7228812 TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1739)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_auth0(1746)4908323 MSC_Test_0-RAN(1739)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: First idle individual index:0 TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2516F8F0'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: { messageType := 2, destLocRef := '4AE523'O, sourceLocRef := '000130'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=1 into dtap '051497659D3D'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '055497659D3D'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055497659D3D'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1741)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_call_re_establishment_auth0(1746) MSC_Test-MGCP(1742)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_call_re_establishment_auth0(1746) MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test-MGCP(1742)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "220", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "7f" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_call_re_establishment_auth0(1746) MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1741)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_call_re_establishment_auth0(1746) MSC_Test-MNCC(1741)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_auth0(1746)-2147483614 TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "223", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "7f" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "7f", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: f_mo_call_establish DONE TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1744)@c3a6fa1a763d: Deleted GSUP IMSI table entry 0TC_call_re_establishment_auth0(1746)"262420000000092" MSC_Test-GSUP(1744)@c3a6fa1a763d: Added IMSI table entry 0TC_call_re_establishment_auth0(1747)"262420000000092" TC_call_re_establishment_auth0(1747)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMReEstablReq := { messageType := '000000'B, nsd := '00'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare := '0000'B, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000092'H, fillerDigit := omit } } } }, locationAreaIdentification := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1739)@c3a6fa1a763d: Added conn table entry 1TC_call_re_establishment_auth0(1747)1710959 MSC_Test_0-RAN(1739)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: { messageType := 2, destLocRef := '1A1B6F'O, sourceLocRef := '000131'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1739)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_auth0(1746)4908323 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D52F16B2'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '0554D52F16B2'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554D52F16B2'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_auth0(1746)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1741)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_auth0(1746)-2147483614 MSC_Test-MNCC(1741)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_auth0(1747)-2147483614 MSC_Test-MGCP(1742)@c3a6fa1a763d: MGCP_Emulation_CT: MgcpEndpointTable[0] now sends to TC_call_re_establishment_auth0(1747) MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=2 into dtap '032502E180'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '03A502E180'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000503A502E180'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1739)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1739)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1738)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1741)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_auth0(1747)-2147483614 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1738)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-RAN(1739)@c3a6fa1a763d: Deleted conn table entry 1TC_call_re_establishment_auth0(1747)1710959 MSC_Test_0-M3UA(1740)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_auth0(1747)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1741)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1744)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1738)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1739)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1740)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1737)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1748)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1742)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1743)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1749)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1745)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1737): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1738): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1739): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1740): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1741): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1742): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1743): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1744): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1745): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_call_re_establishment_auth0(1746): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_call_re_establishment_auth0(1747): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1748): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1749): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_call_re_establishment_auth finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_call_re_establishment_auth pass'. Mon May 13 04:55:18 UTC 2024 ====== MSC_Tests.TC_call_re_establishment_auth pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_call_re_establishment_auth.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=574433) Waiting for packet dumper to finish... 1 (prev_count=574433, count=576188) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_call_re_establishment_auth pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_call_re_establishment_ciph'. ------ MSC_Tests.TC_call_re_establishment_ciph ------ Mon May 13 04:55:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_call_re_establishment_ciph' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_call_re_establishment_ciph started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1753)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1753)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1753)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1751)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1754)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1753)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1753)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(1757)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000092" to be handled at TC_call_re_establishment_ciph0(1759) TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000092'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1752)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1752)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_ciph0(1759)14379534 MSC_Test_0-RAN(1752)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DB6A0E'O, sourceLocRef := '000132'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1757)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000092" handled at TC_call_re_establishment_ciph0(1759) MSC_Test-GSUP(1757)@c3a6fa1a763d: Added IMSI table entry 0TC_call_re_establishment_ciph0(1759)"262420000000092" TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=1 into dtap '05146B186B9A'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '05546B186B9A'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605546B186B9A'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1752)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_ciph0(1759)14379534 TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1752)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_ciph0(1759)12915226 TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2D436555'O ("-CeU") } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1752)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C5121A'O, sourceLocRef := '000133'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514880F0061'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '0554880F0061'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554880F0061'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1754)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_call_re_establishment_ciph0(1759) MSC_Test-MGCP(1755)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_call_re_establishment_ciph0(1759) MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010010038504066005040200815E04802143F5'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1755)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "226", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "80" }, { code := "L", val := "p:20, a:AMR;GSM-EFR;GSM;GSM-HR-08, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_call_re_establishment_ciph0(1759) TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1754)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_call_re_establishment_ciph0(1759) MSC_Test-MNCC(1754)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_ciph0(1759)-2147483613 TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203CF'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "229", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "80" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "80", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112", "110", "3", "111" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { rtpmap := { attr_value := "110 GSM-EFR/8000/1" } }, { rtpmap := { attr_value := "111 GSM-HR-08/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: f_mo_call_establish DONE TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1757)@c3a6fa1a763d: Deleted GSUP IMSI table entry 0TC_call_re_establishment_ciph0(1759)"262420000000092" MSC_Test-GSUP(1757)@c3a6fa1a763d: Added IMSI table entry 0TC_call_re_establishment_ciph0(1760)"262420000000092" TC_call_re_establishment_ciph0(1760)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMReEstablReq := { messageType := '000000'B, nsd := '00'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare := '0000'B, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000092'H, fillerDigit := omit } } } }, locationAreaIdentification := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1752)@c3a6fa1a763d: Added conn table entry 1TC_call_re_establishment_ciph0(1760)16704764 MSC_Test_0-RAN(1752)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FEE4FC'O, sourceLocRef := '000134'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1752)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_ciph0(1759)12915226 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_call_re_establishment_ciph0(1759)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=1 into dtap '05146A1BC28D'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '05546A1BC28D'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605546A1BC28D'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1754)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_ciph0(1759)-2147483613 MSC_Test-MNCC(1754)@c3a6fa1a763d: Added conn table entry 0TC_call_re_establishment_ciph0(1760)-2147483613 MSC_Test-MGCP(1755)@c3a6fa1a763d: MGCP_Emulation_CT: MgcpEndpointTable[0] now sends to TC_call_re_establishment_ciph0(1760) MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:14 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000C027C060908070623287E0180'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=2 into dtap '032502E180'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '03A502E180'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000503A502E180'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1752)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1752)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1751)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1754)@c3a6fa1a763d: Deleted conn table entry 0TC_call_re_establishment_ciph0(1760)-2147483613 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1751)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-M3UA(1753)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1752)@c3a6fa1a763d: Deleted conn table entry 1TC_call_re_establishment_ciph0(1760)16704764 MSC_Test-GSUP(1757)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1750)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1758)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1753)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1762)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1755)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1751)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1756)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1752)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1754)@c3a6fa1a763d: Final verdict of PTC: none TC_call_re_establishment_ciph0(1760)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1761)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1750): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1751): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1752): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1753): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1754): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1755): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1756): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1757): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1758): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_call_re_establishment_ciph0(1759): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_call_re_establishment_ciph0(1760): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1761): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1762): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_call_re_establishment_ciph finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_call_re_establishment_ciph pass'. Mon May 13 04:55:31 UTC 2024 ====== MSC_Tests.TC_call_re_establishment_ciph pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_call_re_establishment_ciph.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=614928) Waiting for packet dumper to finish... 1 (prev_count=614928, count=616683) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_call_re_establishment_ciph pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_wrong_mi'. ------ MSC_Tests.TC_cm_serv_wrong_mi ------ Mon May 13 04:55:35 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_cm_serv_wrong_mi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_cm_serv_wrong_mi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1766)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1766)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1766)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1764)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1767)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1766)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1766)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1770)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000094" to be handled at TC_cm_serv_wrong_mi0(1772) TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000094'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1765)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1765)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_wrong_mi0(1772)530069 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1765)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: { messageType := 2, destLocRef := '081695'O, sourceLocRef := '000135'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1770)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000094" handled at TC_cm_serv_wrong_mi0(1772) MSC_Test-GSUP(1770)@c3a6fa1a763d: Added IMSI table entry 0TC_cm_serv_wrong_mi0(1772)"262420000000094" MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1765)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1765)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1765)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_wrong_mi0(1772)530069 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '61AC691F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1765)@c3a6fa1a763d: Added conn table entry 0TC_cm_serv_wrong_mi0(1772)14934268 MSC_Test_0-RAN(1765)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E3E0FC'O, sourceLocRef := '000136'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1765)@c3a6fa1a763d: patching N(SD)=1 into dtap '05240403505902082926240000909999'O MSC_Test_0-RAN(1765)@c3a6fa1a763d: patched enc_l3: '05640403505902082926240000909999'O MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_len:19 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001005640403505902082926240000909999'O MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1764)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1764)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1766)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1765)@c3a6fa1a763d: Deleted conn table entry 0TC_cm_serv_wrong_mi0(1772)14934268 TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_cm_serv_wrong_mi0(1772)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(1770)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1764)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1769)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1768)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1767)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1771)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1763)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1766)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1765)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1773)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1763): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1764): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1765): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1766): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1767): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1768): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1769): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1770): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1771): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_cm_serv_wrong_mi0(1772): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1773): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_cm_serv_wrong_mi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_wrong_mi pass'. Mon May 13 04:55:38 UTC 2024 ====== MSC_Tests.TC_cm_serv_wrong_mi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_cm_serv_wrong_mi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=281031) Waiting for packet dumper to finish... 1 (prev_count=281031, count=282108) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_cm_serv_wrong_mi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_0'. ------ MSC_Tests.TC_auth_options_0 ------ Mon May 13 04:55:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_0' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_0 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1777)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1777)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1777)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1775)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1778)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1777)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1777)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1776)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_auth_options_00(1783)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1781)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042300" to be handled at TC_auth_options_00(1783) TC_auth_options_00(1783)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042300'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1776)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_00(1783)13846097 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1776)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1775)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D34651'O, sourceLocRef := '000137'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1781)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042300" handled at TC_auth_options_00(1783) MSC_Test-GSUP(1781)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_00(1783)"262420000042300" MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_00(1783)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1776)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1776)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1776)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_00(1783)13846097 TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_00(1783)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_00(1783)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_00(1783)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_00(1783)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0F9755F7'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1776)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_00(1783)1773573 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1776)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1775)@c3a6fa1a763d: { messageType := 2, destLocRef := '1B1005'O, sourceLocRef := '000138'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_00(1783)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_00(1783)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1775)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1775)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1776)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_00(1783)1773573 MSC_Test_0-M3UA(1777)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_00(1783)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_00(1783)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_00(1783)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1775)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1781)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1776)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1778)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1777)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1779)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1774)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1784)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1780)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1782)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1774): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1775): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1776): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1777): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1778): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1779): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1780): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1781): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1782): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_00(1783): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1784): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_0 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_0 pass'. Mon May 13 04:55:45 UTC 2024 ====== MSC_Tests.TC_auth_options_0 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_0.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=266806) Waiting for packet dumper to finish... 1 (prev_count=266806, count=267883) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_0 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_1'. ------ MSC_Tests.TC_auth_options_1 ------ Mon May 13 04:55:49 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_1' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_1 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1788)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1788)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1788)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1786)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1789)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1788)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1788)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard TC_auth_options_10(1794)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1792)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042301" to be handled at TC_auth_options_10(1794) TC_auth_options_10(1794)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042301'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1787)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1787)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_10(1794)3393902 MSC_Test_0-RAN(1787)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: { messageType := 2, destLocRef := '33C96E'O, sourceLocRef := '000139'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1792)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042301" handled at TC_auth_options_10(1794) MSC_Test-GSUP(1792)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_10(1794)"262420000042301" MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_10(1794)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1787)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1787)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1787)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_10(1794)3393902 TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_10(1794)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_10(1794)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_10(1794)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_10(1794)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '18842F13'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1787)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_10(1794)11907322 MSC_Test_0-RAN(1787)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B5B0FA'O, sourceLocRef := '00013A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_10(1794)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_10(1794)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1786)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1786)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1788)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1787)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_10(1794)11907322 TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_10(1794)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_10(1794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_10(1794)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1788)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1795)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1790)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1789)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1792)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1791)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1785)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1787)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1793)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1786)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1785): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1786): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1787): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1788): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1789): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1790): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1791): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1792): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1793): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_10(1794): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1795): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_1 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_1 pass'. Mon May 13 04:55:52 UTC 2024 ====== MSC_Tests.TC_auth_options_1 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_1.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=267394) Waiting for packet dumper to finish... 1 (prev_count=267394, count=268471) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_1 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_2'. ------ MSC_Tests.TC_auth_options_2 ------ Mon May 13 04:55:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_2' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_2 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1799)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1799)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1799)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1797)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1800)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1799)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1799)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1798)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_auth_options_20(1805)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1803)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042302" to be handled at TC_auth_options_20(1805) TC_auth_options_20(1805)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042302'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1798)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_20(1805)8336810 MSC_Test_0-RAN(1798)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: { messageType := 2, destLocRef := '7F35AA'O, sourceLocRef := '00013B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1803)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042302" handled at TC_auth_options_20(1805) MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1803)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_20(1805)"262420000042302" TC_auth_options_20(1805)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): none -> pass TC_auth_options_20(1805)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1798)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1798)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1798)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_20(1805)8336810 TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_20(1805)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_20(1805)@c3a6fa1a763d: port MSCVTYf_perform_lu() done MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_20(1805)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_20(1805)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B2DECA19'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1798)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_20(1805)5944811 MSC_Test_0-RAN(1798)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: { messageType := 2, destLocRef := '5AB5EB'O, sourceLocRef := '00013C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_20(1805)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_20(1805)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_20(1805)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1797)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1797)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1799)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1798)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_20(1805)5944811 TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_20(1805)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_20(1805)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_20(1805)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1799)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1798)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1796)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1801)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1797)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1804)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1800)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1806)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1803)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1802)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1796): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1797): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1798): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1799): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1800): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1801): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1802): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1803): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1804): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_20(1805): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1806): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_2 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_2 pass'. Mon May 13 04:55:59 UTC 2024 ====== MSC_Tests.TC_auth_options_2 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_2.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=282723) Waiting for packet dumper to finish... 1 (prev_count=282723, count=284478) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_2 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_3'. ------ MSC_Tests.TC_auth_options_3 ------ Mon May 13 04:56:03 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_3' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_3 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1810)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1810)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1810)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1808)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1811)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1810)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1810)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1809)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_auth_options_30(1816)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1814)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042303" to be handled at TC_auth_options_30(1816) TC_auth_options_30(1816)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042303'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1809)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_30(1816)3962202 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1809)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: { messageType := 2, destLocRef := '3C755A'O ("<uZ"), sourceLocRef := '00013D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test-GSUP(1814)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042303" handled at TC_auth_options_30(1816) MSC_Test-GSUP(1814)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_30(1816)"262420000042303" MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_30(1816)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1809)@c3a6fa1a763d: patching N(SD)=1 into dtap '051492172118'O MSC_Test_0-RAN(1809)@c3a6fa1a763d: patched enc_l3: '055492172118'O MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006055492172118'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1809)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1809)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1809)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_30(1816)3962202 TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_30(1816)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_30(1816)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_30(1816)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_30(1816)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BEBC2234'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1809)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_30(1816)4884804 MSC_Test_0-RAN(1809)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: { messageType := 2, destLocRef := '4A8944'O, sourceLocRef := '00013E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_30(1816)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1809)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E14337BE'O MSC_Test_0-RAN(1809)@c3a6fa1a763d: patched enc_l3: '0554E14337BE'O MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554E14337BE'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_30(1816)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1808)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1808)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1809)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_30(1816)4884804 TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1810)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_30(1816)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_30(1816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_30(1816)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1810)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1808)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1811)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1809)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1812)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1807)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1813)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1815)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1814)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1817)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1807): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1808): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1809): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1810): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1811): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1812): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1813): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1814): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1815): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_30(1816): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1817): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_3 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_3 pass'. Mon May 13 04:56:07 UTC 2024 ====== MSC_Tests.TC_auth_options_3 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_3.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=337157) Waiting for packet dumper to finish... 1 (prev_count=337157, count=338412) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_3 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_4'. ------ MSC_Tests.TC_auth_options_4 ------ Mon May 13 04:56:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_4' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_4 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1821)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1821)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1821)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1819)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1822)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1821)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1821)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1820)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_auth_options_40(1827)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1825)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042304" to be handled at TC_auth_options_40(1827) TC_auth_options_40(1827)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042304'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1820)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_40(1827)9490416 MSC_Test_0-RAN(1820)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1825)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042304" handled at TC_auth_options_40(1827) MSC_Test-GSUP(1825)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_40(1827)"262420000042304" MSC_Test_0-SCCP(1819)@c3a6fa1a763d: { messageType := 2, destLocRef := '90CFF0'O, sourceLocRef := '00013F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_40(1827)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): none -> pass TC_auth_options_40(1827)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1820)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_40(1827)9490416 TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_40(1827)@c3a6fa1a763d: port MSCVTYf_perform_lu() done MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_40(1827)@c3a6fa1a763d: port MSCVTYRunning a successful LU so that CM Service Request can be tested MSC_Test-GSUP(1825)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042304" to be handled at TC_auth_options_40(1827) TC_auth_options_40(1827)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042304'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1820)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_40(1827)13583722 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CF456A'O, sourceLocRef := '000140'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1820)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_auth_options_40(1827)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1820)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1820)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1820)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_40(1827)13583722 TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_40(1827)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_40(1827)@c3a6fa1a763d: port MSCVTYRunning a successful LU done TC_auth_options_40(1827)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_40(1827)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0FBC6E0D'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1820)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_40(1827)13851994 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1820)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D35D5A'O, sourceLocRef := '000141'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_40(1827)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_40(1827)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1819)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_40(1827)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1819)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1820)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_40(1827)13851994 TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1821)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_40(1827)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_40(1827)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(1825)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1819)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1821)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1822)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1824)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1818)@c3a6fa1a763d: Final verdict of PTC: none TC_auth_options_40(1827)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MGCP(1823)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1820)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1828)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1826)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1818): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1819): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1820): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1821): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1822): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1823): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1824): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1825): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1826): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_40(1827): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1828): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_4 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_4 pass'. Mon May 13 04:56:14 UTC 2024 ====== MSC_Tests.TC_auth_options_4 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_4.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=354887) Waiting for packet dumper to finish... 1 (prev_count=354887, count=356642) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_4 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_5'. ------ MSC_Tests.TC_auth_options_5 ------ Mon May 13 04:56:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_5' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_5 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1832)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1832)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1832)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1830)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1833)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1832)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1832)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_auth_options_50(1838)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1836)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042305" to be handled at TC_auth_options_50(1838) MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_auth_options_50(1838)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042305'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1831)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1831)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_50(1838)14663700 MSC_Test_0-RAN(1831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DFC014'O, sourceLocRef := '000142'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1836)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042305" handled at TC_auth_options_50(1838) MSC_Test-GSUP(1836)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_50(1838)"262420000042305" MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_auth_options_50(1838)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B77D4FAE'O MSC_Test_0-RAN(1831)@c3a6fa1a763d: patched enc_l3: '0554B77D4FAE'O MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554B77D4FAE'O MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1831)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_50(1838)14663700 TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_50(1838)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_50(1838)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_50(1838)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting MSC_Test_0-RAN(1831)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_50(1838)12264896 MSC_Test_0-RAN(1831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_auth_options_50(1838)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '824FF7FA'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-SCCP(1830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'BB25C0'O, sourceLocRef := '000143'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_auth_options_50(1838)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1831)@c3a6fa1a763d: patching N(SD)=1 into dtap '05149595B2B2'O MSC_Test_0-RAN(1831)@c3a6fa1a763d: patched enc_l3: '05549595B2B2'O MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605549595B2B2'O MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_auth_options_50(1838)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1831)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_50(1838)12264896 TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_50(1838)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_50(1838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_50(1838)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(1833)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1834)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1832)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1836)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1837)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1830)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1829)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1839)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1835)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1831)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1829): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1830): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1831): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1832): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1833): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1834): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1835): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1836): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1837): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_50(1838): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1839): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_5 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_5 pass'. Mon May 13 04:56:22 UTC 2024 ====== MSC_Tests.TC_auth_options_5 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_5.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=339008) Waiting for packet dumper to finish... 1 (prev_count=339008, count=340263) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_5 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_6'. ------ MSC_Tests.TC_auth_options_6 ------ Mon May 13 04:56:25 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_6' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_6 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1843)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1843)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1843)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1841)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1844)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1843)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1843)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_auth_options_60(1849)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1847)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042306" to be handled at TC_auth_options_60(1849) TC_auth_options_60(1849)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042306'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1842)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1842)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_60(1849)15814927 MSC_Test_0-RAN(1842)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F1510F'O, sourceLocRef := '000144'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1847)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042306" handled at TC_auth_options_60(1849) MSC_Test-GSUP(1847)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_60(1849)"262420000042306" MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_60(1849)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): none -> pass TC_auth_options_60(1849)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1842)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_60(1849)15814927 TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_60(1849)@c3a6fa1a763d: port MSCVTYRunning a successful LU so that CM Service Request can be tested MSC_Test-GSUP(1847)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042306" to be handled at TC_auth_options_60(1849) TC_auth_options_60(1849)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042306'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1842)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_60(1849)417438 MSC_Test_0-RAN(1842)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: { messageType := 2, destLocRef := '065E9E'O, sourceLocRef := '000145'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_from0 TC_auth_options_60(1849)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1841)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1842)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1842)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1842)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_60(1849)417438 TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: port MSCVTYRunning a successful LU done TC_auth_options_60(1849)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_60(1849)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '4C4C8B43'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1842)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_60(1849)5131033 MSC_Test_0-RAN(1842)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: { messageType := 2, destLocRef := '4E4B19'O, sourceLocRef := '000146'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_60(1849)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1841)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_60(1849)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1841)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1843)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1842)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_60(1849)5131033 TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_60(1849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_60(1849)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1841)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1842)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1843)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1844)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1845)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1840)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1850)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1847)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1846)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1848)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1840): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1841): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1842): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1843): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1844): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1845): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1846): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1847): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1848): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_60(1849): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1850): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_6 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_6 pass'. Mon May 13 04:56:29 UTC 2024 ====== MSC_Tests.TC_auth_options_6 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_6.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=353792) Waiting for packet dumper to finish... 1 (prev_count=353792, count=354869) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_6 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_7'. ------ MSC_Tests.TC_auth_options_7 ------ Mon May 13 04:56:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_7' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_7 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1854)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1854)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1854)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1852)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1855)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1854)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1854)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard TC_auth_options_70(1860)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1858)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042307" to be handled at TC_auth_options_70(1860) TC_auth_options_70(1860)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042307'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1853)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1853)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_70(1860)1499332 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: { messageType := 2, destLocRef := '16E0C4'O, sourceLocRef := '000147'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1858)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042307" handled at TC_auth_options_70(1860) MSC_Test-GSUP(1858)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_70(1860)"262420000042307" MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1853)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_auth_options_70(1860)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1853)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B0CC5EED'O MSC_Test_0-RAN(1853)@c3a6fa1a763d: patched enc_l3: '0554B0CC5EED'O MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554B0CC5EED'O MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1853)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1853)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1853)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_70(1860)1499332 TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_70(1860)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_70(1860)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_70(1860)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_70(1860)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A00662A6'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1853)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_70(1860)7663614 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1853)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: { messageType := 2, destLocRef := '74EFFE'O, sourceLocRef := '000148'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_auth_options_70(1860)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1853)@c3a6fa1a763d: patching N(SD)=1 into dtap '05147C0CB240'O MSC_Test_0-RAN(1853)@c3a6fa1a763d: patched enc_l3: '05547C0CB240'O MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605547C0CB240'O MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_auth_options_70(1860)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1852)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1854)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1853)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_70(1860)7663614 TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_70(1860)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_70(1860)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_70(1860)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1852)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1857)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1861)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1851)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1856)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1859)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1854)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1858)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1853)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1855)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1851): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1852): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1853): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1854): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1855): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1856): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1857): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1858): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1859): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_70(1860): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1861): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_7 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_7 pass'. Mon May 13 04:56:36 UTC 2024 ====== MSC_Tests.TC_auth_options_7 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_7.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=316051) Waiting for packet dumper to finish... 1 (prev_count=316051, count=317128) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_7 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_8'. ------ MSC_Tests.TC_auth_options_8 ------ Mon May 13 04:56:40 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_8' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_8 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1865)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1865)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1865)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1863)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1866)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1865)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1865)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1864)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_auth_options_80(1871)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1869)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042308" to be handled at TC_auth_options_80(1871) TC_auth_options_80(1871)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042308'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1864)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_80(1871)16631953 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1864)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1869)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042308" handled at TC_auth_options_80(1871) MSC_Test-GSUP(1869)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_80(1871)"262420000042308" MSC_Test_0-SCCP(1863)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FDC891'O, sourceLocRef := '000149'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_80(1871)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_auth_options_80(1871)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1864)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_80(1871)16631953 TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_80(1871)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_80(1871)@c3a6fa1a763d: port MSCVTYRunning a successful LU so that CM Service Request can be tested MSC_Test-GSUP(1869)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042308" to be handled at TC_auth_options_80(1871) TC_auth_options_80(1871)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042308'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1864)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_80(1871)10266288 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: { messageType := 2, destLocRef := '9CA6B0'O, sourceLocRef := '00014A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1864)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_auth_options_80(1871)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1864)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1864)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1864)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_80(1871)10266288 TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_80(1871)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_80(1871)@c3a6fa1a763d: port MSCVTYRunning a successful LU done TC_auth_options_80(1871)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_80(1871)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '29DC716F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1864)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_80(1871)13814596 MSC_Test_0-RAN(1864)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D2CB44'O, sourceLocRef := '00014B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_80(1871)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_80(1871)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1863)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_80(1871)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1863)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1865)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1864)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_80(1871)13814596 TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_80(1871)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_80(1871)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_80(1871)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1865)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1863)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1866)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1862)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1867)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1869)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1870)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1868)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1864)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1872)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1862): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1863): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1864): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1865): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1866): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1867): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1868): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1869): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1870): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_80(1871): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1872): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_8 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_8 pass'. Mon May 13 04:56:44 UTC 2024 ====== MSC_Tests.TC_auth_options_8 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_8.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=353991) Waiting for packet dumper to finish... 1 (prev_count=353991, count=355746) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_8 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_9'. ------ MSC_Tests.TC_auth_options_9 ------ Mon May 13 04:56:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_9' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_9 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1876)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1876)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1876)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1874)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1877)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1876)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1876)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1875)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_auth_options_90(1882)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1880)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042309" to be handled at TC_auth_options_90(1882) TC_auth_options_90(1882)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042309'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1875)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_90(1882)10118966 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: { messageType := 2, destLocRef := '9A6736'O, sourceLocRef := '00014C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1875)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(1880)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042309" handled at TC_auth_options_90(1882) MSC_Test-GSUP(1880)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_90(1882)"262420000042309" MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_90(1882)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1875)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B5739C60'O MSC_Test_0-RAN(1875)@c3a6fa1a763d: patched enc_l3: '0554B5739C60'O MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554B5739C60'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1875)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1875)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1875)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_90(1882)10118966 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_90(1882)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_90(1882)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_90(1882)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_90(1882)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '92134833'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1875)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_90(1882)8777457 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1875)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: { messageType := 2, destLocRef := '85EEF1'O, sourceLocRef := '00014D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_90(1882)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1875)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514BE54BF32'O MSC_Test_0-RAN(1875)@c3a6fa1a763d: patched enc_l3: '0554BE54BF32'O MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0100060554BE54BF32'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_90(1882)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1874)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1874)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1875)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_90(1882)8777457 TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_90(1882)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_90(1882)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_90(1882)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1876)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1874)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1877)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1873)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1883)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1875)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1879)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1880)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1878)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1881)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1873): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1874): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1875): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1876): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1877): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1878): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1879): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1880): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1881): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_90(1882): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1883): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_9 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_9 pass'. Mon May 13 04:56:51 UTC 2024 ====== MSC_Tests.TC_auth_options_9 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_9.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=336439) Waiting for packet dumper to finish... 1 (prev_count=336439, count=337516) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_9 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_10'. ------ MSC_Tests.TC_auth_options_10 ------ Mon May 13 04:56:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_10' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_10 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1887)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1887)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1887)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1885)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1888)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1887)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1887)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_auth_options_100(1893)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1891)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042310" to be handled at TC_auth_options_100(1893) TC_auth_options_100(1893)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042310'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1886)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1886)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_100(1893)6618218 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1886)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1891)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042310" handled at TC_auth_options_100(1893) MSC_Test-GSUP(1891)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_100(1893)"262420000042310" MSC_Test_0-SCCP(1885)@c3a6fa1a763d: { messageType := 2, destLocRef := '64FC6A'O, sourceLocRef := '00014E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_100(1893)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): none -> pass TC_auth_options_100(1893)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1886)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_100(1893)6618218 TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_100(1893)@c3a6fa1a763d: port MSCVTYRunning a successful LU so that CM Service Request can be tested MSC_Test-GSUP(1891)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042310" to be handled at TC_auth_options_100(1893) TC_auth_options_100(1893)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042310'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1886)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_100(1893)3489937 MSC_Test_0-RAN(1886)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1885)@c3a6fa1a763d: { messageType := 2, destLocRef := '354091'O, sourceLocRef := '00014F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_from0 TC_auth_options_100(1893)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1885)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1886)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1886)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1886)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_100(1893)3489937 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: port MSCVTYRunning a successful LU done TC_auth_options_100(1893)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_100(1893)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BC35CDC5'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1886)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_100(1893)5726968 MSC_Test_0-RAN(1886)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1885)@c3a6fa1a763d: { messageType := 2, destLocRef := '5762F8'O, sourceLocRef := '000150'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_100(1893)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: XXX ts_GSUP_SAI_ERR MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1885)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_100(1893)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1885)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1887)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1886)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_100(1893)5726968 TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_100(1893)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_100(1893)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(1886)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1887)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1885)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1888)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1890)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1892)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1891)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1889)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1884)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1894)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1884): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1885): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1886): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1887): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1888): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1889): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1890): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1891): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1892): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_100(1893): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1894): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_10 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_10 pass'. Mon May 13 04:56:59 UTC 2024 ====== MSC_Tests.TC_auth_options_10 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_10.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=355971) Waiting for packet dumper to finish... 1 (prev_count=355971, count=357814) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_10 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_11'. ------ MSC_Tests.TC_auth_options_11 ------ Mon May 13 04:57:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_auth_options_11' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_auth_options_11 started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1898)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1898)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1898)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1896)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1899)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1898)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1898)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_auth_options_110(1904)@c3a6fa1a763d: port MSCVTYf_perform_lu() starting MSC_Test-GSUP(1902)@c3a6fa1a763d: Created GsupExpect[0] for "262420000042311" to be handled at TC_auth_options_110(1904) TC_auth_options_110(1904)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000042311'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(1897)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1897)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_110(1904)2277990 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: { messageType := 2, destLocRef := '22C266'O, sourceLocRef := '000151'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1902)@c3a6fa1a763d: Found GsupExpect[0] for "262420000042311" handled at TC_auth_options_110(1904) MSC_Test-GSUP(1902)@c3a6fa1a763d: Added IMSI table entry 0TC_auth_options_110(1904)"262420000042311" MSC_Test_0-RAN(1897)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_110(1904)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1897)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142BB5FDEC'O MSC_Test_0-RAN(1897)@c3a6fa1a763d: patched enc_l3: '05542BB5FDEC'O MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605542BB5FDEC'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1897)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_0-RAN(1897)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002059B'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1897)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_110(1904)2277990 TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_110(1904)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_110(1904)@c3a6fa1a763d: port MSCVTYf_perform_lu() done TC_auth_options_110(1904)@c3a6fa1a763d: port MSCVTYf_establish_fully() starting TC_auth_options_110(1904)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '18947A0F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1897)@c3a6fa1a763d: Added conn table entry 0TC_auth_options_110(1904)16517032 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1897)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FC07A8'O, sourceLocRef := '000152'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 TC_auth_options_110(1904)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1897)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142B99B20D'O MSC_Test_0-RAN(1897)@c3a6fa1a763d: patched enc_l3: '05542B99B20D'O MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000605542B99B20D'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0003552C04'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_auth_options_110(1904)@c3a6fa1a763d: port MSCVTYf_establish_fully() done MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000422040100'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1896)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1896)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1897)@c3a6fa1a763d: Deleted conn table entry 0TC_auth_options_110(1904)16517032 TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1898)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_auth_options_110(1904)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_auth_options_110(1904)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_auth_options_110(1904)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(1898)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1896)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1900)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1897)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1895)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1901)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1902)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1899)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1903)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1905)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1895): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1896): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1897): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1898): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1899): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1900): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1901): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1902): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1903): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_auth_options_110(1904): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1905): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_auth_options_11 finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_11 pass'. Mon May 13 04:57:06 UTC 2024 ====== MSC_Tests.TC_auth_options_11 pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_auth_options_11.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=335995) Waiting for packet dumper to finish... 1 (prev_count=335995, count=337072) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_auth_options_11 pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_csd'. ------ MSC_Tests.TC_lu_and_mo_csd ------ Mon May 13 04:57:10 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mo_csd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mo_csd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1909)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1909)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1909)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1907)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1910)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1909)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1908)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS21T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)13770852 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D22064'O, sourceLocRef := '000153'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(1913)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000007" handled at TC_lu_and_mo_csd0(1915) MSC_Test-GSUP(1913)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mo_csd0(1915)"262420000000007" MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)13770852 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)9002909 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '59E02476'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '895F9D'O, sourceLocRef := '000154'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210140805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210140805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210140805E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "232", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "81" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483612 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "235", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "81" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "81", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483612 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)9002909 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS22T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)16574427 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FCE7DB'O, sourceLocRef := '000155'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)16574427 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B672C25B'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)1167388 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '11D01C'O, sourceLocRef := '000156'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210240805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210240805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210240805E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "238", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "82" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483611 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "241", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "82" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "82", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483611 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)1167388 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS24T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[1] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)5873808 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '59A090'O, sourceLocRef := '000157'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)5873808 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)13644540 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B3FE67D5'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D032FC'O, sourceLocRef := '000158'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210340805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210340805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210340805E04802143F5'O MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "244", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "83" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483610 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "247", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "83" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "83", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483610 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)13644540 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS25T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[2] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)5563752 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '54E568'O, sourceLocRef := '000159'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)5563752 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '9C1B66CA'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)3226052 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '3139C4'O, sourceLocRef := '00015A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210440805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210440805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210440805E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "250", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "84" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483609 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "253", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "84" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "84", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483609 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)3226052 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS26T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[3] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)1187115 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '121D2B'O, sourceLocRef := '00015B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)1187115 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '14CC50E9'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)2868350 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '2BC47E'O, sourceLocRef := '00015C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210540805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210540805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210540805E04802143F5'O MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "256", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "85" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483608 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "259", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "85" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "85", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483608 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)2868350 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS21NT" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[4] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)5915922 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '5A4512'O, sourceLocRef := '00015D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)5915922 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '36470BFD'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)10560917 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A12595'O, sourceLocRef := '00015E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210140A05E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210140A05E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210140A05E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "262", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "86" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483607 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "265", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "86" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "86", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483607 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)10560917 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS22NT" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[5] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)15136846 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E6F84E'O, sourceLocRef := '00015F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)15136846 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '787A458F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)16586204 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FD15DC'O, sourceLocRef := '000160'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210240A05E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210240A05E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210240A05E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "268", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "87" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483606 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "271", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "87" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "87", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483606 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)16586204 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS24NT" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[6] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)14707791 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E06C4F'O, sourceLocRef := '000161'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)14707791 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '634E045D'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)12669103 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C150AF'O, sourceLocRef := '000162'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210340A05E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210340A05E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210340A05E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "274", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "88" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483605 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "277", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "88" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "88", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483605 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)12669103 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS25NT" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[7] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)4826234 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '49A47A'O, sourceLocRef := '000163'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)4826234 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B74EF8A7'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)9759323 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '94EA5B'O, sourceLocRef := '000164'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210440A05E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210440A05E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210440A05E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "280", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "89" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483604 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "283", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "89" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "89", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483604 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)9759323 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS26NT" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[8] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)3566601 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '366C09'O ("6l\t"), sourceLocRef := '000165'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)3566601 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A62399B9'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)14872492 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E2EFAC'O, sourceLocRef := '000166'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89210540A05E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89210540A05E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89210540A05E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "286", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8a" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483603 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "289", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "8a" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "8a", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483603 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)14872492 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS31T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[9] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)9901603 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '971623'O, sourceLocRef := '000167'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)9901603 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3631E68A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)11148464 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AA1CB0'O, sourceLocRef := '000168'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89200240805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89200240805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89200240805E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "292", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8b" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483602 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "295", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "8b" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "8b", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483602 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)11148464 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS32T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[10] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)15313682 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E9AB12'O, sourceLocRef := '000169'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)15313682 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0A39A78F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)5131288 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '4E4C18'O, sourceLocRef := '00016A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89200340805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89200340805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89200340805E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "298", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8c" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483601 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "301", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "8c" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "8c", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483601 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)5131288 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS33T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[11] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)14407326 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DBD69E'O, sourceLocRef := '00016B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)14407326 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '73C45A7F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)9138456 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '8B7118'O, sourceLocRef := '00016C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89200440805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89200440805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89200440805E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "304", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8d" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483600 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "307", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "8d" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "8d", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483600 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)9138456 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: "CSD Bearer Service: BS34T" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1913)@c3a6fa1a763d: Created GsupExpect[12] for "262420000000007" to be handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)10380381 MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := '9E645D'O, sourceLocRef := '00016D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)10380381 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '5633BBC0'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(1908)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)10509787 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A05DDB'O, sourceLocRef := '00016E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1910)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_lu_and_mo_csd0(1915) MSC_Test-MGCP(1911)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_lu_and_mo_csd0(1915) MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=1 into dtap '03050407E18A89200540805E04802143F5'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03450407E18A89200540805E04802143F5'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:20 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01001103450407E18A89200540805E04802143F5'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(1911)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "310", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "8e" }, { code := "L", val := "p:20, a:CLEARMODE, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_lu_and_mo_csd0(1915) TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(1910)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_lu_and_mo_csd0(1915) MSC_Test-MNCC(1910)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mo_csd0(1915)-2147483599 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 4: rx Assignment Request MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:16 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000E027C060908070623287E034FFD00'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "313", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "8e" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "8e", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "120" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "120 CLEARMODE/8000" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=2 into dtap '030F'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '038F'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002038F'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_mo_call_establish DONE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hold the call for some time TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Call stayed open for 0.500000 seconds, all is well. TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Hangup TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_0-RAN(1908)@c3a6fa1a763d: patching N(SD)=3 into dtap '032A'O MSC_Test_0-RAN(1908)@c3a6fa1a763d: patched enc_l3: '03EA'O MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '01000203EA'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1907)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(1910)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)-2147483599 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 5: rx BSSAP Clear Command MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1907)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1909)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1908)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mo_csd0(1915)10509787 TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 6: rx SCCP DISC TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: f_call_hangup 9: done TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mo_csd0(1915)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(1907)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1914)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1913)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1906)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1912)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1916)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1909)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1911)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1910)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1908)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1906): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1907): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1908): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1909): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1910): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1911): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1912): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1913): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1914): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mo_csd0(1915): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1916): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_lu_and_mo_csd finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_csd pass'. Mon May 13 04:57:44 UTC 2024 ====== MSC_Tests.TC_lu_and_mo_csd pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mo_csd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=4773333) Waiting for packet dumper to finish... 1 (prev_count=4773333, count=4775088) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mo_csd pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_csd'. ------ MSC_Tests.TC_lu_and_mt_csd ------ Mon May 13 04:57:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_lu_and_mt_csd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_lu_and_mt_csd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1918)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1920)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1920)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(1921)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1920)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1920)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: Warning: Re-starting timer g_Tguard, which is already active (running or expired). TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: ----------------------------------------------- TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: "CSD Bearer Service: BS21T" TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: ----------------------------------------------- MSC_Test-GSUP(1924)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000007" to be handled at TC_lu_and_mt_csd0(1926) TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1919)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(1919)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_csd0(1926)1085639 MSC_Test_0-RAN(1919)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1924)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000007" handled at TC_lu_and_mt_csd0(1926) MSC_Test-GSUP(1924)@c3a6fa1a763d: Added IMSI table entry 0TC_lu_and_mt_csd0(1926)"262420000000007" MSC_Test_0-SCCP(1918)@c3a6fa1a763d: { messageType := 2, destLocRef := '1090C7'O, sourceLocRef := '00016F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(1919)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(1919)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1918)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(1918)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(1918)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(1918)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(1919)@c3a6fa1a763d: Deleted conn table entry 0TC_lu_and_mt_csd0(1926)1085639 TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(1921)@c3a6fa1a763d: Added conn table entry 0TC_lu_and_mt_csd0(1926)589077980 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1920)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1919)@c3a6fa1a763d: CommonBssmapUnitdataCallback: IMSI/TMSI not found in table MSC_Test_0-RAN(1919)@c3a6fa1a763d: BSSMAP_BscUnitdataCallback MSC_Test_0-RAN(1919)@c3a6fa1a763d: Created IMSI[0] for '262420000000007'H'B9C32BF8'O to be handled at TC_lu_and_mt_csd0(1926) TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: setverdict(fail): pass -> fail reason: "Timeout waiting for paging", new component reason: "Timeout waiting for paging" MC@c3a6fa1a763d: Test Component 1926 has requested to stop MTC. Terminating current testcase execution. MSC_Test-GSUP(1924)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1922)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1921)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1917)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1923)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1925)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1920)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1927)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1918)@c3a6fa1a763d: Final verdict of PTC: none TC_lu_and_mt_csd0(1926)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Timeout waiting for paging" MSC_Test_0-RAN(1919)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1917): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1918): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1919): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1920): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1921): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1922): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1923): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1924): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1925): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_lu_and_mt_csd0(1926): fail (none -> fail) reason: "Timeout waiting for paging" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1927): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_lu_and_mt_csd finished. Verdict: fail reason: Timeout waiting for paging MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_csd fail'. Mon May 13 04:57:54 UTC 2024 ------ MSC_Tests.TC_lu_and_mt_csd fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_lu_and_mt_csd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=193236) Waiting for packet dumper to finish... 1 (prev_count=193236, count=194491) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_lu_and_mt_csd fail' was executed successfully (exit status: 0). MC@c3a6fa1a763d: Test execution finished. MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_reject'. ------ MSC_Tests_Iu.TC_iu_lu_imsi_reject ------ Mon May 13 04:57:58 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1931)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1931)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1931)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1929)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(1934)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1934)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1934)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1932)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1931)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(1937)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(1937)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(1937)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(1935)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1938)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(1934)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1934)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(1937)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(1937)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1941)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001003" to be handled at TC_iu_lu_imsi_reject2(1943) TC_iu_lu_imsi_reject2(1943)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001003'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1931)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1931)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1930)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(1934)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1934)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(1933)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(1936)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(1936)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_imsi_reject2(1943)8512547 MSC_Test_2-RAN(1936)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: { messageType := 2, destLocRef := '81E423'O, sourceLocRef := '000170'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1941)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001003" handled at TC_iu_lu_imsi_reject2(1943) MSC_Test-GSUP(1941)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_imsi_reject2(1943)"262420000001003" MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(1936)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E4B16C3421049F34E091'O MSC_Test_2-RAN(1936)@c3a6fa1a763d: patched enc_l3: '0554E4B16C3421049F34E091'O MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554E4B16C3421049F34E091'O MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1935)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1935)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(1936)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_imsi_reject2(1943)8512547 MSC_Test_2-M3UA(1937)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_imsi_reject2(1943)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_lu_imsi_reject2(1943)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_imsi_reject2(1943)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_imsi_reject2(1943)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(1930)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1938)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1941)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(1937)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1939)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(1936)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1931)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1928)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1944)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1942)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(1935)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1940)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1929)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(1932)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1934)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1933)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1928): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1929): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1930): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1931): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1932): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1933): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1934): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(1935): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(1936): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(1937): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1938): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1939): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1940): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1941): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1942): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_imsi_reject2(1943): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1944): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_reject pass'. Mon May 13 04:58:01 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_imsi_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_imsi_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=263775) Waiting for packet dumper to finish... 1 (prev_count=263775, count=266974) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup'. ------ MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup ------ Mon May 13 04:58:05 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_timeout_gsup started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1948)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1948)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1948)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1946)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(1951)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1951)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1951)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1949)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(1954)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(1954)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(1954)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(1952)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1948)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1948)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1948)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1948)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(1955)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(1951)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1951)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(1954)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(1954)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(1958)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001004" to be handled at TC_iu_lu_imsi_timeout_gsup2(1960) TC_iu_lu_imsi_timeout_gsup2(1960)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001004'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(1948)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(1947)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-M3UA(1948)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-M3UA(1951)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1951)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(1950)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(1953)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(1953)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_imsi_timeout_gsup2(1960)6197635 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(1953)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1952)@c3a6fa1a763d: { messageType := 2, destLocRef := '5E9183'O, sourceLocRef := '000171'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(1958)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001004" handled at TC_iu_lu_imsi_timeout_gsup2(1960) MSC_Test-GSUP(1958)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_imsi_timeout_gsup2(1960)"262420000001004" MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(1953)@c3a6fa1a763d: patching N(SD)=1 into dtap '05148780296E210455BD51C0'O MSC_Test_2-RAN(1953)@c3a6fa1a763d: patched enc_l3: '05548780296E210455BD51C0'O MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05548780296E210455BD51C0'O MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(1954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(1953)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_imsi_timeout_gsup2(1960)6197635 TC_iu_lu_imsi_timeout_gsup2(1960)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_lu_imsi_timeout_gsup2(1960)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_imsi_timeout_gsup2(1960)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_imsi_timeout_gsup2(1960)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(1954)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1946)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(1949)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1950)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1961)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1945)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1958)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(1952)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1951)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1955)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1947)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1957)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1948)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(1953)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1956)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1959)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1945): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1946): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1947): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1948): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1949): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1950): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1951): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(1952): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(1953): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(1954): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1955): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1956): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1957): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1958): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1959): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_imsi_timeout_gsup2(1960): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1961): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_timeout_gsup finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup pass'. Mon May 13 04:58:12 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=261388) Waiting for packet dumper to finish... 1 (prev_count=261388, count=264587) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi'. ------ MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi ------ Mon May 13 04:58:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_auth3g_tmsi started. MSC_Test_0-M3UA(1965)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(1965)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1965)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1963)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(1968)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1968)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1968)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1966)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(1971)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(1971)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(1971)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1965)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1965)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1965)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1965)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-SCCP(1969)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(1972)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(1968)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1968)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1968)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1968)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(1971)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(1971)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1965)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1965)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1964)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(1975)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001005" to be handled at TC_iu_lu_imsi_auth3g_tmsi2(1977) TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_1-M3UA(1968)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-RAN(1967)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(1968)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(1970)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(1970)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_imsi_auth3g_tmsi2(1977)15761736 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: First idle individual index:0 MSC_Test-GSUP(1975)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001005" handled at TC_iu_lu_imsi_auth3g_tmsi2(1977) MSC_Test-GSUP(1975)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_imsi_auth3g_tmsi2(1977)"262420000001005" MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1969)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F08148'O, sourceLocRef := '000172'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(1970)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(1970)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140D4F287B2104016CE01E'O MSC_Test_2-RAN(1970)@c3a6fa1a763d: patched enc_l3: '05540D4F287B2104016CE01E'O MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05540D4F287B2104016CE01E'O MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(1970)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(1970)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1969)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1969)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(1970)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_imsi_auth3g_tmsi2(1977)15761736 TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_imsi_auth3g_tmsi2(1977)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(1971)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1975)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(1971)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(1969)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1964)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1976)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1974)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1973)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1972)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1962)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(1966)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1965)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1963)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(1970)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1978)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1968)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1967)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1962): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1963): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1964): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1965): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1966): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1967): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1968): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(1969): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(1970): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(1971): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1972): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1973): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1974): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1975): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1976): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_imsi_auth3g_tmsi2(1977): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1978): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_auth3g_tmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi pass'. Mon May 13 04:58:19 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=287558) Waiting for packet dumper to finish... 1 (prev_count=287558, count=289401) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc'. ------ MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc ------ Mon May 13 04:58:23 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_timeout_tmsi_realloc started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(1982)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1982)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1982)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(1980)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(1985)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(1985)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(1985)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(1983)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1982)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(1988)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(1988)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(1988)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(1986)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(1985)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(1989)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_2-M3UA(1988)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(1988)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1982)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1982)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1981)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(1985)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-RAN(1984)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(1985)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-RAN(1987)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(1992)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001005" to be handled at TC_iu_lu_imsi_timeout_tmsi_realloc2(1994) TC_iu_lu_imsi_timeout_tmsi_realloc2(1994)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001005'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(1987)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_imsi_timeout_tmsi_realloc2(1994)11160039 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(1992)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001005" handled at TC_iu_lu_imsi_timeout_tmsi_realloc2(1994) MSC_Test-GSUP(1992)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_imsi_timeout_tmsi_realloc2(1994)"262420000001005" MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1986)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AA49E7'O, sourceLocRef := '000173'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(1987)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(1987)@c3a6fa1a763d: patching N(SD)=1 into dtap '05143E73606E2104A71039CE'O MSC_Test_2-RAN(1987)@c3a6fa1a763d: patched enc_l3: '05543E73606E2104A71039CE'O MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05543E73606E2104A71039CE'O MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(1988)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(1986)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_imsi_timeout_tmsi_realloc2(1994)@c3a6fa1a763d: setverdict(fail): none -> fail reason: "Timeout waiting for ClearCommand/Release", new component reason: "Timeout waiting for ClearCommand/Release" MC@c3a6fa1a763d: Test Component 1994 has requested to stop MTC. Terminating current testcase execution. TC_iu_lu_imsi_timeout_tmsi_realloc2(1994)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Timeout waiting for ClearCommand/Release" MSC_Test_0-M3UA(1982)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(1989)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(1993)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1979)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(1980)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(1983)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(1984)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1995)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(1986)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1981)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(1990)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(1991)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(1992)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(1985)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(1988)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(1987)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1979): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1980): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1981): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1982): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(1983): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(1984): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(1985): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(1986): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(1987): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(1988): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(1989): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(1990): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(1991): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(1992): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(1993): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_imsi_timeout_tmsi_realloc2(1994): fail (none -> fail) reason: "Timeout waiting for ClearCommand/Release" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1995): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_iu_lu_imsi_timeout_tmsi_realloc finished. Verdict: fail reason: Timeout waiting for ClearCommand/Release MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc fail'. Mon May 13 04:58:33 UTC 2024 ------ MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=253330) Waiting for packet dumper to finish... 1 (prev_count=253330, count=256529) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown'. ------ MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown ------ Mon May 13 04:58:37 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_cmserv_imsi_unknown started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(1997)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(1999)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(1999)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2002)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2002)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2002)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2000)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2005)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2005)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2005)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2003)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2006)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(1999)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(1999)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2002)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2002)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2002)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2002)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2005)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2005)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(1999)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(1999)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(1998)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2002)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-RAN(2001)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2002)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2009)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001006" to be handled at TC_iu_cmserv_imsi_unknown2(2011) TC_iu_cmserv_imsi_unknown2(2011)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001006'H, fillerDigit := omit } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2004)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2004)@c3a6fa1a763d: Added conn table entry 0TC_iu_cmserv_imsi_unknown2(2011)1859405 MSC_Test_2-SCCP(2003)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2004)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2003)@c3a6fa1a763d: { messageType := 2, destLocRef := '1C5F4D'O, sourceLocRef := '000174'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2003)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2003)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2003)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2003)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2003)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2003)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2003)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2003)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2003)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2003)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2005)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2004)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_cmserv_imsi_unknown2(2011)1859405 MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } TC_iu_cmserv_imsi_unknown2(2011)@c3a6fa1a763d: setverdict(fail): none -> fail reason: "Tguard timeout", new component reason: "Tguard timeout" MC@c3a6fa1a763d: Test Component 2011 has requested to stop MTC. Terminating current testcase execution. TC_iu_cmserv_imsi_unknown2(2011)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Tguard timeout" MSC_Test_0-SCCP(1997)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2003)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(1998)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2000)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2010)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2001)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2007)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2009)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2008)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(1999)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2005)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(1996)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2012)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2006)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2002)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2004)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(1996): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(1997): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(1998): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(1999): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2000): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2001): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2002): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2003): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2004): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2005): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2006): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2007): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2008): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2009): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2010): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_cmserv_imsi_unknown2(2011): fail (none -> fail) reason: "Tguard timeout" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2012): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_iu_cmserv_imsi_unknown finished. Verdict: fail reason: Tguard timeout MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown fail'. Mon May 13 04:59:39 UTC 2024 ------ MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=218017) Waiting for packet dumper to finish... 1 (prev_count=218017, count=221216) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call'. ------ MSC_Tests_Iu.TC_iu_lu_and_mo_call ------ Mon May 13 04:59:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2016)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2016)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2016)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2014)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2019)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2019)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2019)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2017)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2020)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2022)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2022)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(2023)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2016)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2016)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2016)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2016)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2019)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2019)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2022)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2022)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2026)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001007" to be handled at TC_iu_lu_and_mo_call2(2028) TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001007'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2016)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2016)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2015)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2019)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2019)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2018)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2021)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2021)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_call2(2028)14236510 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2021)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D93B5E'O, sourceLocRef := '000175'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2026)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001007" handled at TC_iu_lu_and_mo_call2(2028) MSC_Test-GSUP(2026)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mo_call2(2028)"262420000001007" TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2021)@c3a6fa1a763d: patching N(SD)=1 into dtap '05147718CEF12104A9CF2307'O MSC_Test_2-RAN(2021)@c3a6fa1a763d: patched enc_l3: '05547718CEF12104A9CF2307'O MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05547718CEF12104A9CF2307'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2021)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2021)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2021)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_call2(2028)14236510 TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '9DF65DD0'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2021)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_call2(2028)14761666 MSC_Test_2-RAN(2021)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E13EC2'O, sourceLocRef := '000176'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2021)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514FCBE2B3F21045131548D'O MSC_Test_2-RAN(2021)@c3a6fa1a763d: patched enc_l3: '0554FCBE2B3F21045131548D'O MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554FCBE2B3F21045131548D'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2023)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_iu_lu_and_mo_call2(2028) MSC_Test-MGCP(2024)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_lu_and_mo_call2(2028) MSC_Test_2-RAN(2021)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2021)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2024)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "316", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "90" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_lu_and_mo_call2(2028) TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(2023)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_iu_lu_and_mo_call2(2028) MSC_Test-MNCC(2023)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_call2(2028)-2147483598 TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 4.iu: rx RANAP RAB Assignment Request MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "319", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "90" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "90", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_2-RAN(2021)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_2-RAN(2021)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A000001001040030203CF'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_mo_call_establish DONE TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Hold the call for some time TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Hangup TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_2-RAN(2021)@c3a6fa1a763d: patching N(SD)=0 into dtap '032A'O MSC_Test_2-RAN(2021)@c3a6fa1a763d: patched enc_l3: '032A'O MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302032A'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test-MNCC(2023)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_call2(2028)-2147483598 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2020)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_call_hangup 5.iu: rx Iu Release Command MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2020)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2021)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_call2(2028)14761666 MSC_Test_2-M3UA(2022)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_call_hangup 6.iu: rx SCCP DISC TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: f_call_hangup 9: done TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call2(2028)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(2017)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2014)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2015)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2020)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2024)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2025)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2022)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2013)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2019)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2029)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2026)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2021)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2016)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2023)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2027)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2018)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2013): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2014): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2015): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2016): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2017): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2018): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2019): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2020): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2021): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2022): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2023): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2024): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2025): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2026): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2027): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mo_call2(2028): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2029): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call pass'. Mon May 13 04:59:53 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mo_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mo_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=550015) Waiting for packet dumper to finish... 1 (prev_count=550015, count=553214) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout'. ------ MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout ------ Mon May 13 04:59:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_call_sccp_tiar_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2033)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2033)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2033)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2031)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2036)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2036)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2036)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2034)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2039)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2039)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2039)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2037)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2040)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2033)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2033)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2033)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2033)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2036)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2036)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2036)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2036)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2039)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2039)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_0-M3UA(2033)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2033)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2032)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2036)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2036)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2035)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2038)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(2043)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001019" to be handled at TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045) TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001019'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2038)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)223549 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2038)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2043)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001019" handled at TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045) MSC_Test-GSUP(2043)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)"262420000001019" MSC_Test_2-SCCP(2037)@c3a6fa1a763d: { messageType := 2, destLocRef := '03693D'O, sourceLocRef := '000177'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2038)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142AA18C292104EA75D100'O MSC_Test_2-RAN(2038)@c3a6fa1a763d: patched enc_l3: '05542AA18C292104EA75D100'O MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05542AA18C292104EA75D100'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2038)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2038)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2038)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)223549 TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A44AEBFA'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2038)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)4534300 MSC_Test_2-RAN(2038)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: { messageType := 2, destLocRef := '45301C'O, sourceLocRef := '000178'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2038)@c3a6fa1a763d: patching N(SD)=1 into dtap '05141EE573E42104A4397840'O MSC_Test_2-RAN(2038)@c3a6fa1a763d: patched enc_l3: '05541EE573E42104A4397840'O MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05541EE573E42104A4397840'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(2040)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045) MSC_Test-MGCP(2041)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045) MSC_Test_2-RAN(2038)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2038)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2041)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "322", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "91" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045) TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(2040)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045) MSC_Test-MNCC(2040)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)-2147483597 TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 4.iu: rx RANAP RAB Assignment Request MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2037)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "325", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "91" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "91", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_2-RAN(2038)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_2-RAN(2038)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A000001001040030203CF'O MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: f_mo_call_establish DONE TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Message received on association #8 MSC_Test-MNCC(2040)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)-2147483597 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2038)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)4534300 MSC_Test_2-M3UA(2039)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2039)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2043)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2035)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2041)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2037)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2031)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2030)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2033)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2042)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2032)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2038)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2036)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2046)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2040)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2044)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2034)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2030): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2031): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2032): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2033): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2034): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2035): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2036): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2037): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2038): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2039): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2040): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2041): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2042): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2043): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2044): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mo_call_sccp_tiar_timeout2(2045): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2046): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_call_sccp_tiar_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout pass'. Mon May 13 05:00:04 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=516552) Waiting for packet dumper to finish... 1 (prev_count=516552, count=519751) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout'. ------ MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout ------ Mon May 13 05:00:08 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_auth_sai_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2050)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2050)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2050)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2048)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2053)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2053)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2053)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2051)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2056)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2056)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2056)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2054)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2057)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2050)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2050)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2050)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2050)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2053)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2053)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2056)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2056)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2050)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2050)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2049)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2053)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2053)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2052)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(2060)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001008" to be handled at TC_iu_lu_auth_sai_timeout2(2062) TC_iu_lu_auth_sai_timeout2(2062)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001008'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2055)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2055)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_auth_sai_timeout2(2062)6260790 MSC_Test_2-RAN(2055)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2054)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2054)@c3a6fa1a763d: { messageType := 2, destLocRef := '5F8836'O, sourceLocRef := '000179'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2054)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2060)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001008" handled at TC_iu_lu_auth_sai_timeout2(2062) MSC_Test-GSUP(2060)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_auth_sai_timeout2(2062)"262420000001008" MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2054)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2054)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2054)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2054)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2054)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2054)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2054)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2054)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2054)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2054)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2054)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2054)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2054)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2056)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_auth_sai_timeout2(2062)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_lu_auth_sai_timeout2(2062)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_auth_sai_timeout2(2062)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_auth_sai_timeout2(2062)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-RAN(2055)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_auth_sai_timeout2(2062)6260790 MSC_Test_2-RAN(2055)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2052)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2051)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2063)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2048)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2057)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2050)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2047)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2049)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2059)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2060)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2056)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2054)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2053)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2061)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2058)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2047): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2048): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2049): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2050): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2051): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2052): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2053): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2054): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2055): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2056): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2057): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2058): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2059): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2060): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2061): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_auth_sai_timeout2(2062): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2063): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_auth_sai_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout pass'. Mon May 13 05:00:16 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=217542) Waiting for packet dumper to finish... 1 (prev_count=217542, count=220741) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_err'. ------ MSC_Tests_Iu.TC_iu_lu_auth_sai_err ------ Mon May 13 05:00:19 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_err' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_auth_sai_err started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2065)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2067)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2067)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2070)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2070)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2070)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2068)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2073)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2073)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2073)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2071)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2074)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2067)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2067)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2070)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2070)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2070)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2073)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2073)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2077)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001009" to be handled at TC_iu_lu_auth_sai_err2(2079) TC_iu_lu_auth_sai_err2(2079)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001009'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2067)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2067)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2066)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2070)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2070)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2069)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2072)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2072)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_auth_sai_err2(2079)1037097 MSC_Test_2-SCCP(2071)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2072)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2077)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001009" handled at TC_iu_lu_auth_sai_err2(2079) MSC_Test-GSUP(2077)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_auth_sai_err2(2079)"262420000001009" MSC_Test_2-SCCP(2071)@c3a6fa1a763d: { messageType := 2, destLocRef := '0FD329'O, sourceLocRef := '00017A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2071)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2071)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2071)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2071)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2071)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2071)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2071)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2071)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2071)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2071)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2071)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2071)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2071)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2071)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_auth_sai_err2(2079)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_lu_auth_sai_err2(2079)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_auth_sai_err2(2079)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_auth_sai_err2(2079)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2073)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-SCCP(2068)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2074)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2078)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2067)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2075)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2077)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2065)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2066)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2076)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2071)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2080)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2064)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2069)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2072)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_auth_sai_err2(2079)1037097 MSC_Test_2-RAN(2072)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2070)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2073)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2064): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2065): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2066): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2067): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2068): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2069): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2070): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2071): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2072): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2073): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2074): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2075): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2076): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2077): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2078): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_auth_sai_err2(2079): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2080): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_auth_sai_err finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_err pass'. Mon May 13 05:00:22 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_auth_sai_err pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_auth_sai_err.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=219392) Waiting for packet dumper to finish... 1 (prev_count=219392, count=222591) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_auth_sai_err pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_release_request'. ------ MSC_Tests_Iu.TC_iu_lu_release_request ------ Mon May 13 05:00:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_release_request' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_release_request started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2084)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2084)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2084)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2082)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2087)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2087)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2087)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2085)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2090)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2090)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2090)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2088)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2091)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2084)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2084)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2084)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2084)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2087)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2087)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2087)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2087)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2090)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2090)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2094)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001010" to be handled at TC_iu_lu_release_request2(2096) TC_iu_lu_release_request2(2096)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001010'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2084)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2084)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2083)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2087)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2087)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2086)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2089)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2089)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_release_request2(2096)13931268 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2089)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test-GSUP(2094)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001010" handled at TC_iu_lu_release_request2(2096) MSC_Test-GSUP(2094)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_release_request2(2096)"262420000001010" MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2088)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D49304'O, sourceLocRef := '00017B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2088)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000B40080000010004400140'O MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2088)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2088)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2088)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2088)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2088)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2088)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2088)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2088)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2088)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2089)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_release_request2(2096)13931268 MSC_Test_2-M3UA(2090)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_release_request2(2096)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_lu_release_request2(2096)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-M3UA(2087)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2083)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2082)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2085)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2094)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2084)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2086)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2090)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2095)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2091)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2088)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2093)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2081)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2097)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2089)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2092)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2081): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2082): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2083): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2084): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2085): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2086): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2087): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2088): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2089): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2090): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2091): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2092): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2093): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2094): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2095): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_release_request2(2096): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2097): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_release_request finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_release_request pass'. Mon May 13 05:00:29 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_release_request pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_release_request.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=220342) Waiting for packet dumper to finish... 1 (prev_count=220342, count=222863) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_release_request pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_disconnect'. ------ MSC_Tests_Iu.TC_iu_lu_disconnect ------ Mon May 13 05:00:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_disconnect' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_disconnect started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2101)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2101)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2101)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2099)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2104)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2104)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2104)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2102)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2107)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2107)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2107)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2105)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2108)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2101)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2101)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2101)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2101)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2104)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2104)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2104)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2107)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2107)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Received M3UA_DUNA -> discard MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Received M3UA_ERR -> discard MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2111)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001011" to be handled at TC_iu_lu_disconnect2(2113) TC_iu_lu_disconnect2(2113)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001011'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2101)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2101)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2100)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2104)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-RAN(2103)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2104)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2106)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2106)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_disconnect2(2113)7262274 MSC_Test_2-SCCP(2105)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2106)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2105)@c3a6fa1a763d: { messageType := 2, destLocRef := '6ED042'O, sourceLocRef := '00017C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2111)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001011" handled at TC_iu_lu_disconnect2(2113) MSC_Test-GSUP(2111)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_disconnect2(2113)"262420000001011" TC_iu_lu_disconnect2(2113)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2105)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2106)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_disconnect2(2113)7262274 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2107)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2105)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2105)@c3a6fa1a763d: RLC received in state:disconnect_pending TC_iu_lu_disconnect2(2113)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MGCP(2109)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2107)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2101)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2108)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2112)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2098)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2105)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2102)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2099)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2110)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2111)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2104)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2114)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2103)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2100)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2106)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2098): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2099): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2100): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2101): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2102): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2103): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2104): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2105): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2106): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2107): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2108): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2109): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2110): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2111): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2112): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_disconnect2(2113): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2114): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_disconnect finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_disconnect pass'. Mon May 13 05:00:38 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_disconnect pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_disconnect.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=197058) Waiting for packet dumper to finish... 1 (prev_count=197058, count=200257) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_disconnect pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_by_imei'. ------ MSC_Tests_Iu.TC_iu_lu_by_imei ------ Mon May 13 05:00:42 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_by_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_by_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2118)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2118)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2118)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2116)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2121)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2121)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2121)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2119)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2124)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2124)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2118)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2118)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2118)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2118)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(2125)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2121)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2121)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2121)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2121)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2124)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2124)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2128)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001012" to be handled at TC_iu_lu_by_imei2(2130) TC_iu_lu_by_imei2(2130)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '010'B, oddEvenInd_identity := { imei := { oddevenIndicator := '1'B, digits := '49999000001012'H } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2118)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2118)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2117)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2121)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-RAN(2120)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2121)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2123)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2123)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_by_imei2(2130)9544643 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2122)@c3a6fa1a763d: { messageType := 2, destLocRef := '91A3C3'O, sourceLocRef := '00017D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2122)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2123)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2122)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2122)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2122)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2122)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2122)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2122)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2124)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2123)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_by_imei2(2130)9544643 TC_iu_lu_by_imei2(2130)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_lu_by_imei2(2130)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_by_imei2(2130)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_by_imei2(2130)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2124)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2122)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2125)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2131)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2123)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2127)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2128)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2117)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2126)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2115)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2116)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2119)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2118)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2129)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2121)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2120)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2115): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2116): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2117): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2118): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2119): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2120): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2121): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2122): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2123): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2124): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2125): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2126): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2127): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2128): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2129): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_by_imei2(2130): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2131): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_by_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_by_imei pass'. Mon May 13 05:00:50 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_by_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_by_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=214103) Waiting for packet dumper to finish... 1 (prev_count=214103, count=216624) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_by_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi'. ------ MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi ------ Mon May 13 05:00:54 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_imsi_detach_by_imsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2135)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2135)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2135)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2133)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2138)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2138)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2136)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2141)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2141)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2141)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2135)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-SCCP(2139)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(2142)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2138)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2138)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Received M3UA_ERR -> discard MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2141)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2141)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2135)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2135)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2134)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_1-M3UA(2138)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2138)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2137)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2140)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! TC_iu_imsi_detach_by_imsi2(2147)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { imsiDetachIndication := { messageType := '000001'B, nsd := '00'B, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001014'H, fillerDigit := omit } } } } } } } } MSC_Test_2-RAN(2140)@c3a6fa1a763d: Added conn table entry 0TC_iu_imsi_detach_by_imsi2(2147)5115152 MSC_Test_2-SCCP(2139)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2139)@c3a6fa1a763d: { messageType := 2, destLocRef := '4E0D10'O, sourceLocRef := '00017E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2139)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2139)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2139)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2139)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2139)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2140)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2139)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2139)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2139)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2141)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2139)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2139)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2140)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_imsi_detach_by_imsi2(2147)5115152 TC_iu_imsi_detach_by_imsi2(2147)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_imsi_detach_by_imsi2(2147)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2141)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2134)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2133)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2145)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2136)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2135)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2137)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2144)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2138)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2142)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2143)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2139)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2146)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2132)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2140)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2148)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2132): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2133): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2134): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2135): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2136): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2137): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2138): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2139): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2140): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2141): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2142): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2143): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2144): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2145): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2146): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_imsi_detach_by_imsi2(2147): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2148): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_imsi_detach_by_imsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi pass'. Mon May 13 05:00:57 UTC 2024 ====== MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=201410) Waiting for packet dumper to finish... 1 (prev_count=201410, count=204609) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi'. ------ MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi ------ Mon May 13 05:01:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_imsi_detach_by_tmsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2152)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2152)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2152)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2150)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2155)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2155)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2155)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2153)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2158)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2158)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2158)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2156)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2159)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2152)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2152)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2152)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2152)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2155)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2155)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2158)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2158)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } TC_iu_imsi_detach_by_tmsi2(2164)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { imsiDetachIndication := { messageType := '000001'B, nsd := '00'B, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '01020304'O } } } } } } } } MSC_Test_0-M3UA(2152)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2152)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2151)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2155)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2155)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2154)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2157)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2157)@c3a6fa1a763d: Added conn table entry 0TC_iu_imsi_detach_by_tmsi2(2164)9765382 MSC_Test_2-SCCP(2156)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2157)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2156)@c3a6fa1a763d: { messageType := 2, destLocRef := '950206'O, sourceLocRef := '00017F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2156)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2156)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2156)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2156)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2156)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2156)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2156)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2156)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2156)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2156)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2158)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2157)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_imsi_detach_by_tmsi2(2164)9765382 TC_iu_imsi_detach_by_tmsi2(2164)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_imsi_detach_by_tmsi2(2164)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_imsi_detach_by_tmsi2(2164)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_imsi_detach_by_tmsi2(2164)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(2150)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2153)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2151)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2159)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2163)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2165)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2155)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2157)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2160)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2158)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2152)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2154)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2149)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2161)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2156)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2162)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2149): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2150): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2151): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2152): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2153): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2154): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2155): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2156): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2157): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2158): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2159): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2160): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2161): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2162): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2163): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_imsi_detach_by_tmsi2(2164): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2165): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_imsi_detach_by_tmsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi pass'. Mon May 13 05:01:03 UTC 2024 ====== MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=195287) Waiting for packet dumper to finish... 1 (prev_count=195287, count=198486) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imei'. ------ MSC_Tests_Iu.TC_iu_imsi_detach_by_imei ------ Mon May 13 05:01:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imei' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_imsi_detach_by_imei started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2169)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2169)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2169)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2167)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2172)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2172)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2172)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2170)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2169)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2175)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2175)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2175)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2173)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2176)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2172)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2172)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2175)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2175)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2169)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2169)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2168)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2172)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2172)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2171)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_iu_imsi_detach_by_imei2(2181)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { imsiDetachIndication := { messageType := '000001'B, nsd := '00'B, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '010'B, oddEvenInd_identity := { imei := { oddevenIndicator := '1'B, digits := '49999000001016'H } } } } } } } } MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2174)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2174)@c3a6fa1a763d: Added conn table entry 0TC_iu_imsi_detach_by_imei2(2181)11378412 MSC_Test_2-SCCP(2173)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2174)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2173)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AD9EEC'O, sourceLocRef := '000180'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2173)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2173)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2173)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2173)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2173)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2173)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2173)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2173)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2174)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_imsi_detach_by_imei2(2181)11378412 TC_iu_imsi_detach_by_imei2(2181)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_imsi_detach_by_imei2(2181)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_imsi_detach_by_imei2(2181)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_imsi_detach_by_imei2(2181)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2175)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-RAN(2171)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2175)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2180)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2179)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2167)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2173)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2176)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2178)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2166)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2169)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2177)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2174)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2182)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2170)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2172)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2168)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2166): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2167): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2168): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2169): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2170): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2171): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2172): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2173): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2174): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2175): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2176): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2177): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2178): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2179): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2180): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_imsi_detach_by_imei2(2181): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2182): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_imsi_detach_by_imei finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imei pass'. Mon May 13 05:01:10 UTC 2024 ====== MSC_Tests_Iu.TC_iu_imsi_detach_by_imei pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_imsi_detach_by_imei.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=197429) Waiting for packet dumper to finish... 1 (prev_count=197429, count=200628) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_imsi_detach_by_imei pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_emerg_call_imei_reject'. ------ MSC_Tests_Iu.TC_iu_emerg_call_imei_reject ------ Mon May 13 05:01:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_emerg_call_imei_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_emerg_call_imei_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2186)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2186)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2186)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2184)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2189)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2189)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2189)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2187)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2186)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2192)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2192)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2192)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2190)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2193)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2189)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2189)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2192)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2192)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2186)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2186)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2185)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! TC_iu_emerg_call_imei_reject2(2198)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0010'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '010'B, oddEvenInd_identity := { imei := { oddevenIndicator := '1'B, digits := '49999000001017'H } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_1-M3UA(2189)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2189)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2188)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2191)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2191)@c3a6fa1a763d: Added conn table entry 0TC_iu_emerg_call_imei_reject2(2198)10414561 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2191)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: { messageType := 2, destLocRef := '9EE9E1'O, sourceLocRef := '000181'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2190)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2190)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2190)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2190)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2190)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2190)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2190)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2190)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_emerg_call_imei_reject2(2198)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_emerg_call_imei_reject2(2198)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_emerg_call_imei_reject2(2198)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_emerg_call_imei_reject2(2198)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2192)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2191)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_emerg_call_imei_reject2(2198)10414561 MSC_Test_2-RAN(2191)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2193)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2190)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2185)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2199)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2197)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2187)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2188)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2196)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2189)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2183)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2195)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2194)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2186)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2192)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2184)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2183): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2184): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2185): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2186): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2187): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2188): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2189): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2190): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2191): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2192): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2193): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2194): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2195): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2196): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2197): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_emerg_call_imei_reject2(2198): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2199): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_emerg_call_imei_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_emerg_call_imei_reject pass'. Mon May 13 05:01:16 UTC 2024 ====== MSC_Tests_Iu.TC_iu_emerg_call_imei_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_emerg_call_imei_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=201920) Waiting for packet dumper to finish... 1 (prev_count=201920, count=205119) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_emerg_call_imei_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_emerg_call_imsi'. ------ MSC_Tests_Iu.TC_iu_emerg_call_imsi ------ Mon May 13 05:01:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_emerg_call_imsi' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_emerg_call_imsi started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2203)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2203)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2203)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2201)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2204)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2206)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2206)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2209)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2209)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2209)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2207)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2210)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2203)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2203)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2203)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2203)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2206)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2206)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2209)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2209)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2213)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001018" to be handled at TC_iu_emerg_call_imsi2(2215) TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001018'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2203)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2203)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2202)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2206)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2206)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2205)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2208)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2208)@c3a6fa1a763d: Added conn table entry 0TC_iu_emerg_call_imsi2(2215)3545810 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2208)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: { messageType := 2, destLocRef := '361AD2'O, sourceLocRef := '000182'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2213)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001018" handled at TC_iu_emerg_call_imsi2(2215) MSC_Test-GSUP(2213)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_emerg_call_imsi2(2215)"262420000001018" TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2208)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514EAF6845B2104EDB40EB3'O MSC_Test_2-RAN(2208)@c3a6fa1a763d: patched enc_l3: '0554EAF6845B2104EDB40EB3'O MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554EAF6845B2104EDB40EB3'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2208)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2208)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2208)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_emerg_call_imsi2(2215)3545810 TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0010'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1B2484E8'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2208)@c3a6fa1a763d: Added conn table entry 0TC_iu_emerg_call_imsi2(2215)1833716 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2208)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: { messageType := 2, destLocRef := '1BFAF4'O, sourceLocRef := '000183'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2208)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D7D1E9B92104053EE136'O MSC_Test_2-RAN(2208)@c3a6fa1a763d: patched enc_l3: '0554D7D1E9B92104053EE136'O MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D7D1E9B92104053EE136'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2210)@c3a6fa1a763d: Created MnccExpect[0] for "112" to be handled at TC_iu_emerg_call_imsi2(2215) MSC_Test-MGCP(2211)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_emerg_call_imsi2(2215) MSC_Test_2-RAN(2208)@c3a6fa1a763d: patching N(SD)=2 into dtap '030E0406600504020081'O MSC_Test_2-RAN(2208)@c3a6fa1a763d: patched enc_l3: '038E0406600504020081'O MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440120000010010400B0A038E0406600504020081'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2211)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "328", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "92" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_emerg_call_imsi2(2215) TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(2210)@c3a6fa1a763d: Found MnccExpect[0] for "112" handled at TC_iu_emerg_call_imsi2(2215) MSC_Test-MNCC(2210)@c3a6fa1a763d: Added conn table entry 0TC_iu_emerg_call_imsi2(2215)-2147483596 TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 4.iu: rx RANAP RAB Assignment Request MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "331", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "92" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "92", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_2-RAN(2208)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_2-RAN(2208)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A000001001040030203CF'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_mo_call_establish DONE TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Hold the call for some time TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Hangup TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_2-RAN(2208)@c3a6fa1a763d: patching N(SD)=0 into dtap '032A'O MSC_Test_2-RAN(2208)@c3a6fa1a763d: patched enc_l3: '032A'O MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302032A'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(2210)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_emerg_call_imsi2(2215)-2147483596 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2207)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_call_hangup 5.iu: rx Iu Release Command MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2207)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2208)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_emerg_call_imsi2(2215)1833716 TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_call_hangup 6.iu: rx SCCP DISC TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2209)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: f_call_hangup 9: done TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_emerg_call_imsi2(2215)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(2204)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2211)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2213)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2206)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2210)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2200)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2214)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2212)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2207)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2203)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2209)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2201)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2208)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2202)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2216)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2205)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2200): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2201): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2202): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2203): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2204): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2205): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2206): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2207): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2208): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2209): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2210): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2211): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2212): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2213): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2214): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_emerg_call_imsi2(2215): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2216): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_emerg_call_imsi finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_emerg_call_imsi pass'. Mon May 13 05:01:30 UTC 2024 ====== MSC_Tests_Iu.TC_iu_emerg_call_imsi pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_emerg_call_imsi.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=550810) Waiting for packet dumper to finish... 1 (prev_count=550810, count=554009) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_emerg_call_imsi pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_establish_and_nothing'. ------ MSC_Tests_Iu.TC_iu_establish_and_nothing ------ Mon May 13 05:01:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_establish_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_establish_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2220)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2220)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2220)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2218)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2223)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2223)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2223)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2221)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2226)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2226)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2226)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2224)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2227)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2220)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2220)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2220)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2220)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2223)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2223)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2223)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2223)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2226)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2226)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2230)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001027" to be handled at TC_iu_establish_and_nothing2(2232) TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001027'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2220)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2220)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2219)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2223)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2223)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2222)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2225)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2225)@c3a6fa1a763d: Added conn table entry 0TC_iu_establish_and_nothing2(2232)12403233 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2225)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: { messageType := 2, destLocRef := 'BD4221'O, sourceLocRef := '000184'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test-GSUP(2230)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001027" handled at TC_iu_establish_and_nothing2(2232) MSC_Test-GSUP(2230)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_establish_and_nothing2(2232)"262420000001027" MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2225)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514448F0B2E2104CEDFC894'O MSC_Test_2-RAN(2225)@c3a6fa1a763d: patched enc_l3: '0554448F0B2E2104CEDFC894'O MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554448F0B2E2104CEDFC894'O MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2225)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2225)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2225)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_establish_and_nothing2(2232)12403233 TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '95CBD749'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2225)@c3a6fa1a763d: Added conn table entry 0TC_iu_establish_and_nothing2(2232)5613184 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2225)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: { messageType := 2, destLocRef := '55A680'O, sourceLocRef := '000185'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2225)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140461B68721049EAFC796'O MSC_Test_2-RAN(2225)@c3a6fa1a763d: patched enc_l3: '05540461B68721049EAFC796'O MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05540461B68721049EAFC796'O MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2224)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2224)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2226)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2225)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_establish_and_nothing2(2232)5613184 TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_establish_and_nothing2(2232)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(2218)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2222)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2219)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2221)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2231)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2227)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2217)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2226)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2229)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2230)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2220)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2228)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2223)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2224)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2233)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2225)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2217): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2218): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2219): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2220): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2221): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2222): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2223): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2224): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2225): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2226): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2227): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2228): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2229): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2230): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2231): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_establish_and_nothing2(2232): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2233): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_establish_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_establish_and_nothing pass'. Mon May 13 05:01:41 UTC 2024 ====== MSC_Tests_Iu.TC_iu_establish_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_establish_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=392863) Waiting for packet dumper to finish... 1 (prev_count=392863, count=396062) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_establish_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_setup_and_nothing'. ------ MSC_Tests_Iu.TC_iu_mo_setup_and_nothing ------ Mon May 13 05:01:45 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_setup_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_mo_setup_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2237)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2237)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2237)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2235)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2240)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2240)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2240)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2238)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2243)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2243)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2243)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2241)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2237)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(2244)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2240)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2240)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2240)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2240)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2243)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2243)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2237)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2237)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2236)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2240)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-RAN(2239)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2240)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2247)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001028" to be handled at TC_iu_mo_setup_and_nothing2(2249) TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001028'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2242)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2242)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_setup_and_nothing2(2249)4431033 MSC_Test_2-RAN(2242)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: { messageType := 2, destLocRef := '439CB9'O, sourceLocRef := '000186'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2247)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001028" handled at TC_iu_mo_setup_and_nothing2(2249) MSC_Test-GSUP(2247)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_mo_setup_and_nothing2(2249)"262420000001028" TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2242)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514859ED9812104AB45FB44'O MSC_Test_2-RAN(2242)@c3a6fa1a763d: patched enc_l3: '0554859ED9812104AB45FB44'O MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554859ED9812104AB45FB44'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2242)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2242)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2242)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_setup_and_nothing2(2249)4431033 TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2242)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_setup_and_nothing2(2249)13449958 TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '11048F69'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2242)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CD3AE6'O, sourceLocRef := '000187'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2242)@c3a6fa1a763d: patching N(SD)=1 into dtap '051418035ECC21048AA19907'O MSC_Test_2-RAN(2242)@c3a6fa1a763d: patched enc_l3: '055418035ECC21048AA19907'O MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055418035ECC21048AA19907'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2244)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_iu_mo_setup_and_nothing2(2249) MSC_Test-MGCP(2245)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_mo_setup_and_nothing2(2249) MSC_Test_2-RAN(2242)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2242)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2245)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "334", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "93" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_mo_setup_and_nothing2(2249) MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2241)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2241)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2243)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2242)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_setup_and_nothing2(2249)13449958 TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_setup_and_nothing2(2249)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2247)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2241)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2235)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2248)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2238)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2244)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2246)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2237)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2239)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2234)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2250)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2243)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2240)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2242)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2245)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2236)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2234): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2235): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2236): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2237): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2238): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2239): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2240): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2241): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2242): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2243): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2244): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2245): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2246): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2247): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2248): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_mo_setup_and_nothing2(2249): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2250): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_mo_setup_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_setup_and_nothing pass'. Mon May 13 05:01:52 UTC 2024 ====== MSC_Tests_Iu.TC_iu_mo_setup_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_mo_setup_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=438426) Waiting for packet dumper to finish... 1 (prev_count=438426, count=439591) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_setup_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout'. ------ MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout ------ Mon May 13 05:01:56 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_mo_crcx_ran_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2254)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2254)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2254)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2252)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2257)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2257)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2257)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2255)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2254)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2260)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2260)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2260)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2254)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2254)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2254)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Message received on association #8 MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-SCCP(2258)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2261)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2257)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2257)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2260)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2260)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2264)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001029" to be handled at TC_iu_mo_crcx_ran_timeout2(2266) TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001029'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2254)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2254)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2253)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2257)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2257)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2256)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2259)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2259)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_crcx_ran_timeout2(2266)14071047 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2259)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D6B507'O, sourceLocRef := '000188'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2264)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001029" handled at TC_iu_mo_crcx_ran_timeout2(2266) MSC_Test-GSUP(2264)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_mo_crcx_ran_timeout2(2266)"262420000001029" TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2259)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514635CF796210494F28D38'O MSC_Test_2-RAN(2259)@c3a6fa1a763d: patched enc_l3: '0554635CF796210494F28D38'O MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554635CF796210494F28D38'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2259)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2259)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2259)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_crcx_ran_timeout2(2266)14071047 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '359C23BC'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2259)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_crcx_ran_timeout2(2266)13592426 MSC_Test_2-RAN(2259)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CF676A'O, sourceLocRef := '000189'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2259)@c3a6fa1a763d: patching N(SD)=1 into dtap '051474BC3F8C2104B19234D2'O MSC_Test_2-RAN(2259)@c3a6fa1a763d: patched enc_l3: '055474BC3F8C2104B19234D2'O MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055474BC3F8C2104B19234D2'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2261)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_iu_mo_crcx_ran_timeout2(2266) MSC_Test-MGCP(2262)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_mo_crcx_ran_timeout2(2266) MSC_Test_2-RAN(2259)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2259)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2262)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "335", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "94" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_mo_crcx_ran_timeout2(2266) TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(2261)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_iu_mo_crcx_ran_timeout2(2266) MSC_Test-MNCC(2261)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_crcx_ran_timeout2(2266)-2147483594 TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: f_mo_call_establish DONE TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MNCC(2261)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_crcx_ran_timeout2(2266)-2147483594 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2258)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2260)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2259)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_crcx_ran_timeout2(2266)13592426 TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_timeout2(2266)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(2253)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2264)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2255)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2251)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2262)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2263)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2254)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2261)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2258)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2252)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2265)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2260)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2257)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2259)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2267)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2256)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2251): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2252): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2253): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2254): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2255): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2256): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2257): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2258): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2259): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2260): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2261): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2262): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2263): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2264): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2265): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_mo_crcx_ran_timeout2(2266): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2267): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_mo_crcx_ran_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout pass'. Mon May 13 05:02:02 UTC 2024 ====== MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=448055) Waiting for packet dumper to finish... 1 (prev_count=448055, count=451254) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject'. ------ MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject ------ Mon May 13 05:02:06 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_mo_crcx_ran_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2271)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2271)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2271)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2269)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2274)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2274)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2274)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2272)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2277)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2277)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2277)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2275)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2278)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2271)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2271)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2271)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2271)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2274)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2274)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2277)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2277)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2271)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2271)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2270)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2274)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2274)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2273)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2276)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(2281)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001030" to be handled at TC_iu_mo_crcx_ran_reject2(2283) TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001030'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2276)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_crcx_ran_reject2(2283)1749012 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2276)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: { messageType := 2, destLocRef := '1AB014'O, sourceLocRef := '00018A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2281)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001030" handled at TC_iu_mo_crcx_ran_reject2(2283) MSC_Test-GSUP(2281)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_mo_crcx_ran_reject2(2283)"262420000001030" TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2276)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142B0EB5252104ADC2C853'O MSC_Test_2-RAN(2276)@c3a6fa1a763d: patched enc_l3: '05542B0EB5252104ADC2C853'O MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05542B0EB5252104ADC2C853'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2276)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2276)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2276)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_crcx_ran_reject2(2283)1749012 TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0C535815'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2276)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_crcx_ran_reject2(2283)2832114 MSC_Test_2-RAN(2276)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: { messageType := 2, destLocRef := '2B36F2'O, sourceLocRef := '00018B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2276)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514334877F621046BA6B868'O MSC_Test_2-RAN(2276)@c3a6fa1a763d: patched enc_l3: '0554334877F621046BA6B868'O MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554334877F621046BA6B868'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2278)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_iu_mo_crcx_ran_reject2(2283) MSC_Test-MGCP(2279)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_mo_crcx_ran_reject2(2283) MSC_Test_2-RAN(2276)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2276)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2279)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "338", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "95" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_mo_crcx_ran_reject2(2283) TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2275)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: f_mo_call_establish DONE TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2275)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2276)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_crcx_ran_reject2(2283)2832114 TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2277)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mo_crcx_ran_reject2(2283)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(2271)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2270)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2269)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2273)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2276)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2268)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2284)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2279)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2274)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2282)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2278)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2281)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2277)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2272)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2280)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2275)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2268): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2269): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2270): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2271): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2272): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2273): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2274): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2275): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2276): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2277): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2278): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2279): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2280): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2281): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2282): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_mo_crcx_ran_reject2(2283): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2284): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_mo_crcx_ran_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject pass'. Mon May 13 05:02:09 UTC 2024 ====== MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=440209) Waiting for packet dumper to finish... 1 (prev_count=440209, count=443408) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject'. ------ MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject ------ Mon May 13 05:02:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_mt_crcx_ran_reject started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2288)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2288)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2288)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2286)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2291)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2291)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2291)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2289)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2294)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2294)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2294)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2292)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2295)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2288)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2288)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2288)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2288)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2291)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2291)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2291)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2291)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2294)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2294)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2288)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2288)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2287)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2291)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2291)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2290)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2293)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(2298)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001031" to be handled at TC_iu_mt_crcx_ran_reject2(2300) TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001031'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2293)@c3a6fa1a763d: Added conn table entry 0TC_iu_mt_crcx_ran_reject2(2300)13365781 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CBF215'O, sourceLocRef := '00018C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2293)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(2298)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001031" handled at TC_iu_mt_crcx_ran_reject2(2300) MSC_Test-GSUP(2298)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_mt_crcx_ran_reject2(2300)"262420000001031" TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2293)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514808E96D7210423A12216'O MSC_Test_2-RAN(2293)@c3a6fa1a763d: patched enc_l3: '0554808E96D7210423A12216'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554808E96D7210423A12216'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2293)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2293)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2293)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mt_crcx_ran_reject2(2300)13365781 TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2293)@c3a6fa1a763d: Created IMSI[0] for '262420000001031'H'7AE32828'O to be handled at TC_iu_mt_crcx_ran_reject2(2300) MSC_Test-MNCC(2295)@c3a6fa1a763d: Added conn table entry 0TC_iu_mt_crcx_ran_reject2(2300)881960 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2293)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_mt_crcx_ran_reject2(2300) TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2293)@c3a6fa1a763d: Added conn table entry 0TC_iu_mt_crcx_ran_reject2(2300)15757641 TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7AE32828'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-SCCP(2292)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F07149'O, sourceLocRef := '00018D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2293)@c3a6fa1a763d: patching N(SD)=0 into dtap '051416E3B66B21046E078FB7'O MSC_Test_2-RAN(2293)@c3a6fa1a763d: patched enc_l3: '051416E3B66B21046E078FB7'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C051416E3B66B21046E078FB7'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MGCP(2296)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_mt_crcx_ran_reject2(2300) MSC_Test_2-RAN(2293)@c3a6fa1a763d: patching N(SD)=1 into dtap '8308'O MSC_Test_2-RAN(2293)@c3a6fa1a763d: patched enc_l3: '8348'O MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003028348'O MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2296)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "339", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "96" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_mt_crcx_ran_reject2(2300) MSC_Test-MNCC(2295)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mt_crcx_ran_reject2(2300)881960 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2292)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2292)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2293)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mt_crcx_ran_reject2(2300)15757641 TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2294)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mt_crcx_ran_reject2(2300)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP-IPA(2297)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2285)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2287)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2298)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2290)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2286)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2295)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2301)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2291)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2299)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2289)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2288)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2292)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2293)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2294)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2296)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2285): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2286): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2287): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2288): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2289): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2290): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2291): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2292): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2293): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2294): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2295): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2296): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2297): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2298): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2299): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_mt_crcx_ran_reject2(2300): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2301): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_mt_crcx_ran_reject finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject pass'. Mon May 13 05:02:15 UTC 2024 ====== MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=453687) Waiting for packet dumper to finish... 1 (prev_count=453687, count=456886) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_cancel'. ------ MSC_Tests_Iu.TC_iu_gsup_cancel ------ Mon May 13 05:02:20 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_cancel' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_gsup_cancel started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2305)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2305)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2305)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2303)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2308)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2308)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2308)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2306)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2311)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2311)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2311)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2309)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2312)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2305)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2305)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2305)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2305)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2308)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2308)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2311)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2311)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2315)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001033" to be handled at TC_iu_gsup_cancel2(2317) TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001033'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2305)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2305)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2304)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2308)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2308)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2307)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2310)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2310)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_cancel2(2317)14173501 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2310)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D8453D'O, sourceLocRef := '00018E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2315)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001033" handled at TC_iu_gsup_cancel2(2317) MSC_Test-GSUP(2315)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_gsup_cancel2(2317)"262420000001033" TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2310)@c3a6fa1a763d: patching N(SD)=1 into dtap '05148FB508F921040C5512F2'O MSC_Test_2-RAN(2310)@c3a6fa1a763d: patched enc_l3: '05548FB508F921040C5512F2'O MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05548FB508F921040C5512F2'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2310)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2310)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2310)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_cancel2(2317)14173501 MSC_Test_2-RAN(2310)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_cancel2(2317)3337091 MSC_Test_2-RAN(2310)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1ED210A1'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: { messageType := 2, destLocRef := '32EB83'O, sourceLocRef := '00018F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2310)@c3a6fa1a763d: patching N(SD)=1 into dtap '051452A27AEF21047C802BA0'O MSC_Test_2-RAN(2310)@c3a6fa1a763d: patched enc_l3: '055452A27AEF21047C802BA0'O MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055452A27AEF21047C802BA0'O MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2312)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_iu_gsup_cancel2(2317) MSC_Test-MGCP(2313)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_gsup_cancel2(2317) MSC_Test_2-RAN(2310)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2310)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test-MGCP(2313)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "340", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "97" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_gsup_cancel2(2317) TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(2312)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_iu_gsup_cancel2(2317) MSC_Test-MNCC(2312)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_cancel2(2317)-2147483592 TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 4.iu: rx RANAP RAB Assignment Request MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 10: rx CC CONNECT MSC_Test_2-RAN(2310)@c3a6fa1a763d: patching N(SD)=3 into dtap '030F'O MSC_Test_2-RAN(2310)@c3a6fa1a763d: patched enc_l3: '03CF'O MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A000001001040030203CF'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "343", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "97" }, { code := "I", val := "11111" }, { code := "M", val := "sendrecv" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "97", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "42.23.11.5", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 423, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "112" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "112 AMR/8000/1" } }, { ptime := { attr_value := "20" } } } } } } } TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish 8: rx MNCC SETUP COMPLETE ind TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_mo_call_establish DONE TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Hold the call for some time TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Hangup TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_call_hangup 2.a: rx DTAP CC RELEASE MSC_Test_2-RAN(2310)@c3a6fa1a763d: patching N(SD)=0 into dtap '032A'O MSC_Test_2-RAN(2310)@c3a6fa1a763d: patched enc_l3: '032A'O TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_call_hangup 3.a: rx MNCC REL cnf MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302032A'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2312)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_cancel2(2317)-2147483592 TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_call_hangup 5.iu: rx Iu Release Command MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2310)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_cancel2(2317)3337091 TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_call_hangup 6.iu: rx SCCP DISC TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: f_call_hangup 9: done TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001033'H, fillerDigit := omit } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2310)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_cancel2(2317)1253657 MSC_Test_2-RAN(2310)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: { messageType := 2, destLocRef := '132119'O, sourceLocRef := '000190'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2309)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2309)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2311)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2310)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_cancel2(2317)1253657 TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_cancel2(2317)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(2306)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2303)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2309)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2311)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2307)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2304)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2312)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2315)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2318)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2310)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2308)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2302)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2316)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2314)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2305)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2313)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2302): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2303): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2304): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2305): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2306): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2307): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2308): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2309): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2310): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2311): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2312): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2313): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2314): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2315): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2316): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_gsup_cancel2(2317): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2318): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_gsup_cancel finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_cancel pass'. Mon May 13 05:02:29 UTC 2024 ====== MSC_Tests_Iu.TC_iu_gsup_cancel pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_gsup_cancel.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=620237) Waiting for packet dumper to finish... 1 (prev_count=620237, count=623436) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_cancel pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_release_timeout'. ------ MSC_Tests_Iu.TC_iu_mo_release_timeout ------ Mon May 13 05:02:33 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_release_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_mo_release_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2322)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2322)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2322)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2320)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2325)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2325)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2325)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2323)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2328)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2328)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2328)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2326)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2329)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2322)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2322)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2322)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2322)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2325)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2325)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2328)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2328)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2332)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001040" to be handled at TC_iu_mo_release_timeout2(2334) TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001040'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2322)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2322)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2321)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2325)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2325)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2324)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2327)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2327)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_release_timeout2(2334)3982555 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2327)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: { messageType := 2, destLocRef := '3CC4DB'O, sourceLocRef := '000191'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2332)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001040" handled at TC_iu_mo_release_timeout2(2334) MSC_Test-GSUP(2332)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_mo_release_timeout2(2334)"262420000001040" TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2327)@c3a6fa1a763d: patching N(SD)=1 into dtap '051464CE36182104B5D76781'O MSC_Test_2-RAN(2327)@c3a6fa1a763d: patched enc_l3: '055464CE36182104B5D76781'O MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055464CE36182104B5D76781'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2327)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2327)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2327)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_release_timeout2(2334)3982555 TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B2D27549'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2327)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_release_timeout2(2334)11562774 MSC_Test_2-RAN(2327)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B06F16'O, sourceLocRef := '000192'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2327)@c3a6fa1a763d: patching N(SD)=1 into dtap '051425A00A652104A6ECE6CC'O MSC_Test_2-RAN(2327)@c3a6fa1a763d: patched enc_l3: '055425A00A652104A6ECE6CC'O MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055425A00A652104A6ECE6CC'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2329)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_iu_mo_release_timeout2(2334) MSC_Test-MGCP(2330)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_mo_release_timeout2(2334) MSC_Test_2-RAN(2327)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2327)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2330)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "346", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "98" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_mo_release_timeout2(2334) TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test-MNCC(2329)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_iu_mo_release_timeout2(2334) MSC_Test-MNCC(2329)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_release_timeout2(2334)-2147483591 TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: f_mo_call_establish DONE TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-MNCC(2329)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_release_timeout2(2334)-2147483591 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2326)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2326)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2327)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_release_timeout2(2334)11562774 MSC_Test_2-M3UA(2328)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_release_timeout2(2334)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2332)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2320)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2329)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2321)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2324)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2322)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2335)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2330)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2319)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2331)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2325)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2323)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2328)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2326)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2327)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2333)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2319): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2320): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2321): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2322): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2323): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2324): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2325): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2326): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2327): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2328): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2329): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2330): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2331): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2332): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2333): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_mo_release_timeout2(2334): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2335): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_mo_release_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_release_timeout pass'. Mon May 13 05:02:39 UTC 2024 ====== MSC_Tests_Iu.TC_iu_mo_release_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_mo_release_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=448348) Waiting for packet dumper to finish... 1 (prev_count=448348, count=451547) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_release_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_reset_two_1iu'. ------ MSC_Tests.TC_reset_two_1iu ------ Mon May 13 05:02:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests.TC_reset_two_1iu' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_reset_two_1iu started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2339)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2339)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2339)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2337)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2342)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2342)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2342)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2340)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2345)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2345)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2345)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2343)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2346)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2339)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2339)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2339)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2339)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2342)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2342)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2342)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2342)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2345)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2345)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2339)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2339)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2338)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2342)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-RAN(2341)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2342)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2345)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2345)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2344)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MTC@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(2349)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2340)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2339)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2350)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2343)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2345)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2346)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2341)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2337)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2338)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2342)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2347)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2344)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2348)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2336)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: pass MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2336): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2337): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2338): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2339): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2340): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2341): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2342): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2343): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2344): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2345): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2346): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2347): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2348): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2349): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2350): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_reset_two_1iu finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_reset_two_1iu pass'. Mon May 13 05:02:47 UTC 2024 ====== MSC_Tests.TC_reset_two_1iu pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests.TC_reset_two_1iu.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=140851) Waiting for packet dumper to finish... 1 (prev_count=140851, count=144050) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests.TC_reset_two_1iu pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_call ------ Mon May 13 05:02:51 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2354)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2354)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2354)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2352)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2357)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2357)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2357)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2355)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2360)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2360)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2360)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2358)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2361)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2354)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2354)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2354)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2354)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2357)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2357)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2360)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2360)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2364)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001142" to be handled at TC_iu_lu_and_mt_call2(2366) TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001142'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2354)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2354)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2353)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2357)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2357)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2356)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2359)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2359)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_call2(2366)15049554 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2359)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E5A352'O, sourceLocRef := '000193'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(2364)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001142" handled at TC_iu_lu_and_mt_call2(2366) MSC_Test-GSUP(2364)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_call2(2366)"262420000001142" MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2359)@c3a6fa1a763d: patching N(SD)=1 into dtap '051474BECFA521041288521F'O MSC_Test_2-RAN(2359)@c3a6fa1a763d: patched enc_l3: '055474BECFA521041288521F'O MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055474BECFA521041288521F'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2359)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2359)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2359)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_call2(2366)15049554 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2359)@c3a6fa1a763d: Created IMSI[0] for '262420000001142'H'BBEE61F6'O to be handled at TC_iu_lu_and_mt_call2(2366) MSC_Test-MNCC(2361)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_call2(2366)1996714398 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2359)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_call2(2366) TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2359)@c3a6fa1a763d: Created IMSI[1] for '262420000001142'H'BBEE61F6'O to be handled at TC_iu_lu_and_mt_call2(2366) TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BBEE61F6'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2359)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_call2(2366)4924634 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: { messageType := 2, destLocRef := '4B24DA'O, sourceLocRef := '000194'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514BE16BE9621044DF0C679'O MSC_Test_2-RAN(2359)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514BE16BE9621044DF0C679'O MSC_Test_2-RAN(2359)@c3a6fa1a763d: patched enc_l3: '0514BE16BE9621044DF0C679'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_2-RAN(2359)@c3a6fa1a763d: patching N(SD)=1 into dtap '8301'O MSC_Test_2-RAN(2359)@c3a6fa1a763d: patched enc_l3: '8341'O MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003028341'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(2362)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_lu_and_mt_call2(2366) MSC_Test-MGCP(2362)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "349", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "99" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_lu_and_mt_call2(2366) TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 3 TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 4.iu MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 6.iu MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2359)@c3a6fa1a763d: patching N(SD)=2 into dtap '8307'O MSC_Test_2-RAN(2359)@c3a6fa1a763d: patched enc_l3: '8387'O MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003028387'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 8.iu TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 5.iu TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 7.iu TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete 9.iu TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_mt_call_complete DONE TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Hold the call for some time TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Call stayed open for 5.000000 seconds, all is well. TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Hangup TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_2-RAN(2359)@c3a6fa1a763d: patching N(SD)=3 into dtap '832D0802E180'O MSC_Test_2-RAN(2359)@c3a6fa1a763d: patched enc_l3: '83ED0802E180'O MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:18 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400E000001001040070683ED0802E180'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MNCC(2361)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_call2(2366)1996714398 TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2358)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_call_hangup 5.iu: rx Iu Release Command MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2358)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2360)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2359)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_call2(2366)4924634 TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_call_hangup 6.iu: rx SCCP DISC TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: f_call_hangup 9: done MSC_Test_2-RAN(2359)@c3a6fa1a763d: Removed IMSI[0] for '262420000001142'H to be handled at TC_iu_lu_and_mt_call2(2366) TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call2(2366)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-M3UA(2357)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2356)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2353)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2360)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2358)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2355)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2364)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2365)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2363)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2359)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2361)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2352)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2354)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2351)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2362)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2367)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2351): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2352): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2353): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2354): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2355): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2356): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2357): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2358): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2359): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2360): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2361): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2362): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2363): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2364): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2365): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_call2(2366): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2367): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call pass'. Mon May 13 05:03:00 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=544845) Waiting for packet dumper to finish... 1 (prev_count=544845, count=548044) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging ------ Mon May 13 05:03:04 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_call_already_paging started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2371)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2371)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2371)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2369)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2374)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2374)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2374)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2372)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2377)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2377)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2377)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2375)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2378)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2371)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2371)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2371)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2371)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2374)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2374)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2377)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2377)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2381)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001142" to be handled at TC_iu_lu_and_mt_call_already_paging2(2383) TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001142'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2371)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2371)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2370)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2374)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2374)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2373)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2376)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2376)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_call_already_paging2(2383)9049423 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2376)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: { messageType := 2, destLocRef := '8A154F'O, sourceLocRef := '000195'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2381)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001142" handled at TC_iu_lu_and_mt_call_already_paging2(2383) MSC_Test-GSUP(2381)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_call_already_paging2(2383)"262420000001142" TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2376)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E4199B6D21044EDDF99E'O MSC_Test_2-RAN(2376)@c3a6fa1a763d: patched enc_l3: '0554E4199B6D21044EDDF99E'O MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554E4199B6D21044EDDF99E'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2376)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2376)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2376)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_call_already_paging2(2383)9049423 TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2376)@c3a6fa1a763d: Created IMSI[0] for '262420000001142'H'5ADF00F5'O to be handled at TC_iu_lu_and_mt_call_already_paging2(2383) TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: start Paging by an SMS MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2376)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_call_already_paging2(2383) TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: MNCC signals MT call, before Paging Response MSC_Test_2-RAN(2376)@c3a6fa1a763d: Created IMSI[1] for '262420000001142'H'5ADF00F5'O to be handled at TC_iu_lu_and_mt_call_already_paging2(2383) MSC_Test-MNCC(2378)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_call_already_paging2(2383)1988512017 TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: phone answers Paging, expecting both SMS and MT call to be established TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '5ADF00F5'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2376)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_call_already_paging2(2383)2744440 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: { messageType := 2, destLocRef := '29E078'O, sourceLocRef := '000196'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2376)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514BA061ACB2104020CB91A'O MSC_Test_2-RAN(2376)@c3a6fa1a763d: patched enc_l3: '0514BA061ACB2104020CB91A'O MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514BA061ACB2104020CB91A'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Got SMS-DELIVER TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Got CC Setup TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: success, tear down MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000B40080000010004400140'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2375)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2375)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2376)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_call_already_paging2(2383)2744440 TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu MSC_Test_2-M3UA(2377)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_call_already_paging2(2383)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-M3UA(2374)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2371)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2372)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2370)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2369)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2382)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2384)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2379)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2380)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2368)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2381)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2378)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2376)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2373)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2375)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2377)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2368): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2369): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2370): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2371): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2372): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2373): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2374): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2375): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2376): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2377): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2378): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2379): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2380): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2381): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2382): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_call_already_paging2(2383): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2384): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_call_already_paging finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging pass'. Mon May 13 05:03:08 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=452922) Waiting for packet dumper to finish... 1 (prev_count=452922, count=456121) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_sms'. ------ MSC_Tests_Iu.TC_iu_lu_and_mo_sms ------ Mon May 13 05:03:12 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_sms started. MSC_Test_0-M3UA(2388)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2388)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2388)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2386)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2391)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2391)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2391)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2389)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2394)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2394)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2394)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2392)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2395)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2388)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2388)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2388)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2388)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2391)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2391)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2394)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2394)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2398)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001042" to be handled at TC_iu_lu_and_mo_sms2(2400) TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001042'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2388)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2388)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2387)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2391)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2391)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2390)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2393)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2393)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_sms2(2400)3050212 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2393)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test-GSUP(2398)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001042" handled at TC_iu_lu_and_mo_sms2(2400) MSC_Test-GSUP(2398)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mo_sms2(2400)"262420000001042" MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: { messageType := 2, destLocRef := '2E8AE4'O, sourceLocRef := '000197'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2393)@c3a6fa1a763d: patching N(SD)=1 into dtap '05149680678B2104F43CB51D'O MSC_Test_2-RAN(2393)@c3a6fa1a763d: patched enc_l3: '05549680678B2104F43CB51D'O MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05549680678B2104F43CB51D'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2393)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2393)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2393)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_sms2(2400)3050212 TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3BE00982'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2393)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_sms2(2400)3438443 MSC_Test_2-RAN(2393)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: { messageType := 2, destLocRef := '34776B'O ("4wk"), sourceLocRef := '000198'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2393)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142FC874BF210458172117'O MSC_Test_2-RAN(2393)@c3a6fa1a763d: patched enc_l3: '05542FC874BF210458172117'O MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05542FC874BF210458172117'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:42 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440260000020010401A1909011600420007914477581006500A052305002143F5000000003B400140'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003020904003B400140'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2392)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2392)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2393)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_sms2(2400)3438443 MSC_Test_2-M3UA(2394)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_sms2(2400)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2398)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2393)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2389)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2390)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2388)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2396)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2397)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2391)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2395)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2385)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2401)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2399)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2386)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2392)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2394)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2387)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2385): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2386): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2387): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2388): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2389): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2390): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2391): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2392): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2393): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2394): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2395): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2396): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2397): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2398): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2399): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mo_sms2(2400): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2401): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_sms pass'. Mon May 13 05:03:14 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mo_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mo_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=436021) Waiting for packet dumper to finish... 1 (prev_count=436021, count=439797) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_sms ------ Mon May 13 05:03:18 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2405)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2405)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2405)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2403)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2408)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2408)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2408)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2406)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2411)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2411)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2411)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2409)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2412)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2405)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2405)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2405)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2405)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2408)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2408)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2408)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2408)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2411)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2411)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2415)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001043" to be handled at TC_iu_lu_and_mt_sms2(2417) TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001043'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2405)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2405)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2404)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2408)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2408)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2407)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2410)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2410)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_sms2(2417)8233466 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2410)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: { messageType := 2, destLocRef := '7DA1FA'O, sourceLocRef := '000199'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2415)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001043" handled at TC_iu_lu_and_mt_sms2(2417) MSC_Test-GSUP(2415)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_sms2(2417)"262420000001043" TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2410)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514DEE59FA3210474B19A9D'O MSC_Test_2-RAN(2410)@c3a6fa1a763d: patched enc_l3: '0554DEE59FA3210474B19A9D'O MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554DEE59FA3210474B19A9D'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2410)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2410)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2410)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_sms2(2417)8233466 TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2410)@c3a6fa1a763d: Created IMSI[0] for '262420000001043'H'72D29ED5'O to be handled at TC_iu_lu_and_mt_sms2(2417) MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2410)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_sms2(2417) TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '72D29ED5'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2410)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_sms2(2417)5909142 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: { messageType := 2, destLocRef := '5A2A96'O, sourceLocRef := '00019A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2410)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514E6C5183C210440B320D3'O MSC_Test_2-RAN(2410)@c3a6fa1a763d: patched enc_l3: '0514E6C5183C210440B320D3'O MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514E6C5183C210440B320D3'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003028904003B400140'O MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006058901020200003B400140'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2409)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2409)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2411)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2410)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_sms2(2417)5909142 TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms2(2417)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(2405)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2408)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2404)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2403)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2406)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2409)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2412)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2407)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2415)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2413)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2402)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2414)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2416)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2411)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2410)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2418)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2402): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2403): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2404): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2405): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2406): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2407): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2408): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2409): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2410): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2411): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2412): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2413): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2414): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2415): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2416): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_sms2(2417): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2418): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms pass'. Mon May 13 05:03:22 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mt_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=448971) Waiting for packet dumper to finish... 1 (prev_count=448971, count=452170) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging ------ Mon May 13 05:03:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms_already_paging started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2422)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2422)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2422)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2420)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2425)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2425)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2425)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2423)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2428)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2428)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2428)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2426)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2429)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2422)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2422)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2422)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2422)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2425)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2425)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2428)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2428)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2422)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2422)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2421)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2425)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2425)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2424)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(2432)@c3a6fa1a763d: Created GsupExpect[0] for "262420000101045" to be handled at TC_iu_lu_and_mt_sms_already_paging2(2434) TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000101045'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2427)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2427)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_sms_already_paging2(2434)16547310 MSC_Test_2-RAN(2427)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: First idle individual index:0 MSC_Test-GSUP(2432)@c3a6fa1a763d: Found GsupExpect[0] for "262420000101045" handled at TC_iu_lu_and_mt_sms_already_paging2(2434) MSC_Test-GSUP(2432)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_sms_already_paging2(2434)"262420000101045" MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FC7DEE'O, sourceLocRef := '00019B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2427)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514CFF2E95B2104C189C6D5'O MSC_Test_2-RAN(2427)@c3a6fa1a763d: patched enc_l3: '0554CFF2E95B2104C189C6D5'O MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554CFF2E95B2104C189C6D5'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2427)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2427)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2427)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_sms_already_paging2(2434)16547310 TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2427)@c3a6fa1a763d: Created IMSI[0] for '262420000101045'H'A9F98DFD'O to be handled at TC_iu_lu_and_mt_sms_already_paging2(2434) TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: first SMS MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2427)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_sms_already_paging2(2434) TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: second SMS TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A9F98DFD'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2427)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_sms_already_paging2(2434)10848989 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A58ADD'O, sourceLocRef := '00019C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2427)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514CFB6626B210424EBA69A'O MSC_Test_2-RAN(2427)@c3a6fa1a763d: patched enc_l3: '0514CFB6626B210424EBA69A'O MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514CFB6626B210424EBA69A'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003028904003B400140'O MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006058901020200003B400140'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003029904003B400140'O MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006059901020201003B400140'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2426)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2428)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2427)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_sms_already_paging2(2434)10848989 TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_already_paging2(2434)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(2420)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2428)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2424)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2419)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2433)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2427)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2421)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2435)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2423)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2429)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2432)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2422)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2430)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2425)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2431)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2426)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2419): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2420): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2421): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2422): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2423): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2424): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2425): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2426): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2427): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2428): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2429): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2430): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2431): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2432): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2433): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_sms_already_paging2(2434): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2435): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms_already_paging finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging pass'. Mon May 13 05:03:30 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=498514) Waiting for packet dumper to finish... 1 (prev_count=498514, count=500256) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing ------ Mon May 13 05:03:34 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms_paging_and_nothing started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2439)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2439)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2439)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2437)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2442)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2442)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2442)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2440)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2445)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2445)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2445)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2443)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2446)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2439)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2439)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2439)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2439)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2442)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2442)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2442)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2445)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2445)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2449)@c3a6fa1a763d: Created GsupExpect[0] for "262420000101843" to be handled at TC_iu_lu_and_mt_sms_paging_and_nothing2(2451) TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000101843'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2439)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2439)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2438)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2442)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2442)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2441)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2444)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2444)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)52471 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2444)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2443)@c3a6fa1a763d: { messageType := 2, destLocRef := '00CCF7'O, sourceLocRef := '00019D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2449)@c3a6fa1a763d: Found GsupExpect[0] for "262420000101843" handled at TC_iu_lu_and_mt_sms_paging_and_nothing2(2451) MSC_Test-GSUP(2449)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)"262420000101843" TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2444)@c3a6fa1a763d: patching N(SD)=1 into dtap '05143D60542D21045DD449AB'O MSC_Test_2-RAN(2444)@c3a6fa1a763d: patched enc_l3: '05543D60542D21045DD449AB'O MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05543D60542D21045DD449AB'O MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2444)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2444)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2443)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2443)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2444)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)52471 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2444)@c3a6fa1a763d: Created IMSI[0] for '262420000101843'H'4B69F425'O to be handled at TC_iu_lu_and_mt_sms_paging_and_nothing2(2451) MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2445)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2444)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_sms_paging_and_nothing2(2451) TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_paging_and_nothing2(2451)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-RAN(2444)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2436)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2437)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2438)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2449)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2445)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2446)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2440)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2441)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2442)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2448)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2452)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2447)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2443)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2439)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2450)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2436): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2437): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2438): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2439): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2440): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2441): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2442): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2443): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2444): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2445): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2446): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2447): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2448): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2449): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2450): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_sms_paging_and_nothing2(2451): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2452): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms_paging_and_nothing finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing pass'. Mon May 13 05:03:57 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=307930) Waiting for packet dumper to finish... 1 (prev_count=307930, count=311129) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated ------ Mon May 13 05:04:01 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms_paging_repeated started. MSC_Test_0-M3UA(2456)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2456)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2456)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2454)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2459)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2459)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2459)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2457)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2462)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2462)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2462)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2460)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2463)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2456)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2456)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2456)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2456)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2459)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2459)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2462)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2462)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2466)@c3a6fa1a763d: Created GsupExpect[0] for "262420000101844" to be handled at TC_iu_lu_and_mt_sms_paging_repeated2(2468) TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000101844'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2456)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2456)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2455)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2459)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2459)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2458)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2461)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2461)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_sms_paging_repeated2(2468)5403354 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2461)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2460)@c3a6fa1a763d: { messageType := 2, destLocRef := '5272DA'O, sourceLocRef := '00019E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2466)@c3a6fa1a763d: Found GsupExpect[0] for "262420000101844" handled at TC_iu_lu_and_mt_sms_paging_repeated2(2468) MSC_Test-GSUP(2466)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_sms_paging_repeated2(2468)"262420000101844" TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2461)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514A19324F52104592264C8'O MSC_Test_2-RAN(2461)@c3a6fa1a763d: patched enc_l3: '0554A19324F52104592264C8'O MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554A19324F52104592264C8'O MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2461)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2461)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2460)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2460)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2460)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2461)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_sms_paging_repeated2(2468)5403354 TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2461)@c3a6fa1a763d: Created IMSI[0] for '262420000101844'H'0B4B9033'O to be handled at TC_iu_lu_and_mt_sms_paging_repeated2(2468) TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: Expecting first Paging MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2462)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2461)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_sms_paging_repeated2(2468) TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: UTRAN: expect more Paging TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: setverdict(fail): pass -> fail reason: "UTRAN: Expected a second Paging", new component reason: "UTRAN: Expected a second Paging" MC@c3a6fa1a763d: Test Component 2468 has requested to stop MTC. Terminating current testcase execution. MSC_Test-GSUP(2466)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2457)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2454)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2464)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2456)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2462)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2459)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2460)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2458)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2463)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2455)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2461)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2453)@c3a6fa1a763d: Final verdict of PTC: none TC_iu_lu_and_mt_sms_paging_repeated2(2468)@c3a6fa1a763d: Final verdict of PTC: fail reason: "UTRAN: Expected a second Paging" MSC_Test-GSUP-IPA(2465)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2469)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2467)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2453): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2454): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2455): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2456): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2457): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2458): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2459): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2460): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2461): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2462): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2463): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2464): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2465): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2466): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2467): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_sms_paging_repeated2(2468): fail (none -> fail) reason: "UTRAN: Expected a second Paging" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2469): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_sms_paging_repeated finished. Verdict: fail reason: UTRAN: Expected a second Paging MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated fail'. Mon May 13 05:04:10 UTC 2024 ------ MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=298838) Waiting for packet dumper to finish... 1 (prev_count=298838, count=302129) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_smpp_mo_sms'. ------ MSC_Tests_Iu.TC_iu_smpp_mo_sms ------ Mon May 13 05:04:14 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_smpp_mo_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_smpp_mo_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2473)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2473)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2473)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2471)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2476)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2476)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2476)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2474)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2479)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2479)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2479)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2477)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2480)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2473)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2473)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2473)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2473)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2476)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2476)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2479)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2479)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2483)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001044" to be handled at TC_iu_smpp_mo_sms2(2485) TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001044'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2473)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2473)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2472)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2476)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2476)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2475)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2478)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2478)@c3a6fa1a763d: Added conn table entry 0TC_iu_smpp_mo_sms2(2485)11562897 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2483)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001044" handled at TC_iu_smpp_mo_sms2(2485) MSC_Test-GSUP(2483)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_smpp_mo_sms2(2485)"262420000001044" MSC_Test_2-SCCP(2477)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B06F91'O, sourceLocRef := '00019F'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2478)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2478)@c3a6fa1a763d: patching N(SD)=1 into dtap '05144EC6FF0B21043472C622'O MSC_Test_2-RAN(2478)@c3a6fa1a763d: patched enc_l3: '05544EC6FF0B21043472C622'O MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05544EC6FF0B21043472C622'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2478)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2478)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2478)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_smpp_mo_sms2(2485)11562897 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '08F49C2F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2478)@c3a6fa1a763d: Added conn table entry 0TC_iu_smpp_mo_sms2(2485)13341563 MSC_Test_2-RAN(2478)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: { messageType := 2, destLocRef := 'CB937B'O, sourceLocRef := '0001A0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2478)@c3a6fa1a763d: patching N(SD)=1 into dtap '051457E763DA2104CFEB695F'O MSC_Test_2-RAN(2478)@c3a6fa1a763d: patched enc_l3: '055457E763DA2104CFEB695F'O MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055457E763DA2104CFEB695F'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:42 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440260000020010401A1909011600420007914477581006500A052305002143F5000000003B400140'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003020904003B400140'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2477)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2477)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2478)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_smpp_mo_sms2(2485)13341563 TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2479)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_smpp_mo_sms2(2485)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-M3UA(2476)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2481)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2482)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2483)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2471)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2470)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2473)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2484)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2480)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2477)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2475)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2474)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2472)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2486)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2479)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2478)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2470): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2471): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2472): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2473): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2474): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2475): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2476): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2477): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2478): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2479): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2480): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2481): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2482): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2483): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2484): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_smpp_mo_sms2(2485): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2486): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_smpp_mo_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_smpp_mo_sms pass'. Mon May 13 05:04:17 UTC 2024 ====== MSC_Tests_Iu.TC_iu_smpp_mo_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_smpp_mo_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=443804) Waiting for packet dumper to finish... 1 (prev_count=443804, count=447580) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_smpp_mo_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mo_sms'. ------ MSC_Tests_Iu.TC_iu_gsup_mo_sms ------ Mon May 13 05:04:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mo_sms' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_gsup_mo_sms started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2490)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2490)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2490)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2488)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2493)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2493)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2493)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2491)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2496)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2496)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2496)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2494)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2490)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(2497)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2493)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2493)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2496)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2496)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2500)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001088" to be handled at TC_iu_gsup_mo_sms2(2502) MSC_Test-GSUP(2500)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001088" to be handled at TC_iu_gsup_mo_sms2(2502) TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001088'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2490)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2490)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2489)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2493)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2493)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2492)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2495)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2495)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mo_sms2(2502)11087496 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2495)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(2500)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001088" handled at TC_iu_gsup_mo_sms2(2502) MSC_Test-GSUP(2500)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_gsup_mo_sms2(2502)"262420000001088" MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A92E88'O, sourceLocRef := '0001A1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2495)@c3a6fa1a763d: patching N(SD)=1 into dtap '051413ABE5D521041BBB4DD0'O MSC_Test_2-RAN(2495)@c3a6fa1a763d: patched enc_l3: '055413ABE5D521041BBB4DD0'O MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055413ABE5D521041BBB4DD0'O MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2495)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2495)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2495)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mo_sms2(2502)11087496 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '38BCCF1C'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2495)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mo_sms2(2502)4949057 MSC_Test_2-RAN(2495)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: { messageType := 2, destLocRef := '4B8441'O, sourceLocRef := '0001A2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2495)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514081744E42104999B4091'O MSC_Test_2-RAN(2495)@c3a6fa1a763d: patched enc_l3: '0554081744E42104999B4091'O MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554081744E42104999B4091'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:42 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440260000020010401A1909011600420007914477581006500A052305002143F5000000003B400140'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: RX MO-forwardSM-Req: { msg_type := OSMO_GSUP_MSGT_MO_FORWARD_SM_REQUEST (36), ies := { { tag := OSMO_GSUP_IMSI_IE (1), len := 8, val := { imsi := '262420000001088'H } }, { tag := OSMO_GSUP_SM_RP_MR_IE (64), len := 1, val := { sm_rp_mr := '42'O ("B") } }, { tag := OSMO_GSUP_SM_RP_DA_IE (65), len := 8, val := { sm_rp_da := { id_type := OSMO_GSUP_SM_RP_ODA_ID_SMSC_ADDR (3), id_enc := { smsc_addr := { ext := '1'B, ton := '001'B, npi := '0001'B, number := '447785016005'H } } } } }, { tag := OSMO_GSUP_SM_RP_OA_IE (66), len := 8, val := { sm_rp_oa := { id_type := OSMO_GSUP_SM_RP_ODA_ID_MSISDN (2), id_enc := { msisdn := { ext := '1'B, ton := '001'B, npi := '0001'B, number := '491230001088'H } } } } }, { tag := OSMO_GSUP_SM_RP_UI_IE (67), len := 10, val := { sm_rp_ui := '052305002143F5000000'O } }, { tag := OSMO_GSUP_MESSAGE_CLASS_IE (10), len := 1, val := { message_class := OSMO_GSUP_MESSAGE_CLASS_SMS (2) } }, { tag := OSMO_GSUP_SOURCE_NAME_IE (96), len := 9, val := { source_name := '746573742D4D534300'O } } } } TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003020904003B400140'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2494)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2494)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2495)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mo_sms2(2502)4949057 MSC_Test_2-M3UA(2496)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_sms2(2502)@c3a6fa1a763d: Final verdict of PTC: pass IPA-CTRL-CLI-IPA(2503)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2497)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2500)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2492)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2488)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2496)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2489)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2487)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2491)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2501)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2498)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2493)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2490)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2499)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2494)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2495)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2487): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2488): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2489): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2490): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2491): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2492): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2493): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2494): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2495): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2496): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2497): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2498): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2499): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2500): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2501): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_gsup_mo_sms2(2502): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2503): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_gsup_mo_sms finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mo_sms pass'. Mon May 13 05:04:24 UTC 2024 ====== MSC_Tests_Iu.TC_iu_gsup_mo_sms pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_gsup_mo_sms.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=440028) Waiting for packet dumper to finish... 1 (prev_count=440028, count=443227) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mo_sms pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mo_smma'. ------ MSC_Tests_Iu.TC_iu_gsup_mo_smma ------ Mon May 13 05:04:28 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mo_smma' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_gsup_mo_smma started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2507)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2507)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2507)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2505)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2510)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2510)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2510)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2508)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2513)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2513)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2513)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2511)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2514)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2507)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2507)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2507)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2507)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2510)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2510)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2513)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2513)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2517)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001089" to be handled at TC_iu_gsup_mo_smma2(2519) MSC_Test-GSUP(2517)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001089" to be handled at TC_iu_gsup_mo_smma2(2519) TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001089'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2507)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2507)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2506)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2510)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2510)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2509)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2512)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2512)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mo_smma2(2519)9668566 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2512)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: { messageType := 2, destLocRef := '9387D6'O, sourceLocRef := '0001A3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2517)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001089" handled at TC_iu_gsup_mo_smma2(2519) MSC_Test-GSUP(2517)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_gsup_mo_smma2(2519)"262420000001089" TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2512)@c3a6fa1a763d: patching N(SD)=1 into dtap '051435ECF6072104DC912AF1'O MSC_Test_2-RAN(2512)@c3a6fa1a763d: patched enc_l3: '055435ECF6072104DC912AF1'O MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055435ECF6072104DC912AF1'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2512)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2512)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2512)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mo_smma2(2519)9668566 TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'AA22A61F'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2512)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mo_smma2(2519)14655016 MSC_Test_2-RAN(2512)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DF9E28'O, sourceLocRef := '0001A4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2512)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514469ED0A22104C1EE733F'O MSC_Test_2-RAN(2512)@c3a6fa1a763d: patched enc_l3: '0554469ED0A22104C1EE733F'O MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554469ED0A22104C1EE733F'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006050901020642003B400140'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: RX MO-ReadyForSM-Req: { msg_type := OSMO_GSUP_MSGT_READY_FOR_SM_REQUEST (44), ies := { { tag := OSMO_GSUP_IMSI_IE (1), len := 8, val := { imsi := '262420000001089'H } }, { tag := OSMO_GSUP_SM_RP_MR_IE (64), len := 1, val := { sm_rp_mr := '42'O ("B") } }, { tag := OSMO_GSUP_SM_ALERT_RSN_IE (70), len := 1, val := { sm_alert_rsn := GSUP_SM_ALERT_RSN_TYPE_MEM_AVAIL (2) } }, { tag := OSMO_GSUP_MESSAGE_CLASS_IE (10), len := 1, val := { message_class := OSMO_GSUP_MESSAGE_CLASS_SMS (2) } }, { tag := OSMO_GSUP_SOURCE_NAME_IE (96), len := 9, val := { source_name := '746573742D4D534300'O } } } } TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003020904003B400140'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2511)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2511)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2512)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mo_smma2(2519)14655016 MSC_Test_2-M3UA(2513)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_smma2(2519)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(2507)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2514)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2508)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2505)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2506)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2509)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2504)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2515)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2510)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2517)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2512)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2513)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2518)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2516)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2511)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2520)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2504): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2505): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2506): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2507): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2508): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2509): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2510): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2511): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2512): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2513): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2514): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2515): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2516): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2517): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2518): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_gsup_mo_smma2(2519): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2520): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_gsup_mo_smma finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mo_smma pass'. Mon May 13 05:04:31 UTC 2024 ====== MSC_Tests_Iu.TC_iu_gsup_mo_smma pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_gsup_mo_smma.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=441546) Waiting for packet dumper to finish... 1 (prev_count=441546, count=442711) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mo_smma pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack'. ------ MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack ------ Mon May 13 05:04:35 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_gsup_mt_sms_ack started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2524)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2524)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2524)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2522)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2527)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2527)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2527)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2525)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2530)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2530)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2530)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2528)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2531)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2524)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2524)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2524)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2524)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2527)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2527)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2530)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2530)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2534)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001090" to be handled at TC_iu_gsup_mt_sms_ack2(2536) MSC_Test-GSUP(2534)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001090" to be handled at TC_iu_gsup_mt_sms_ack2(2536) TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001090'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2524)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2524)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2523)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2527)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2527)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2526)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2529)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2529)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mt_sms_ack2(2536)14561228 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2529)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DE2FCC'O, sourceLocRef := '0001A5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2534)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001090" handled at TC_iu_gsup_mt_sms_ack2(2536) MSC_Test-GSUP(2534)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_gsup_mt_sms_ack2(2536)"262420000001090" TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2529)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D0DA247021045AD651A9'O MSC_Test_2-RAN(2529)@c3a6fa1a763d: patched enc_l3: '0554D0DA247021045AD651A9'O MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D0DA247021045AD651A9'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2529)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2529)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2529)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mt_sms_ack2(2536)14561228 TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2529)@c3a6fa1a763d: Created IMSI[0] for '262420000001090'H'54880882'O to be handled at TC_iu_gsup_mt_sms_ack2(2536) MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2529)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_gsup_mt_sms_ack2(2536) TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '54880882'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2529)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mt_sms_ack2(2536)6817639 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: { messageType := 2, destLocRef := '680767'O ("h\ag"), sourceLocRef := '0001A6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2529)@c3a6fa1a763d: patching N(SD)=0 into dtap '05143DA04CB7210472CAB3B4'O MSC_Test_2-RAN(2529)@c3a6fa1a763d: patched enc_l3: '05143DA04CB7210472CAB3B4'O MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05143DA04CB7210472CAB3B4'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003028904003B400140'O MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006058901020200003B400140'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2528)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2528)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2530)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2529)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mt_sms_ack2(2536)6817639 TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_ack2(2536)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-RAN(2526)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2523)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2524)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2530)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2522)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2525)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2521)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2529)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2531)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2527)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2528)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2535)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2537)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2532)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2534)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2533)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2521): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2522): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2523): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2524): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2525): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2526): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2527): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2528): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2529): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2530): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2531): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2532): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2533): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2534): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2535): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_gsup_mt_sms_ack2(2536): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2537): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_gsup_mt_sms_ack finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack pass'. Mon May 13 05:04:37 UTC 2024 ====== MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=443161) Waiting for packet dumper to finish... 1 (prev_count=443161, count=445682) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_err'. ------ MSC_Tests_Iu.TC_iu_gsup_mt_sms_err ------ Mon May 13 05:04:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_err' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_gsup_mt_sms_err started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2541)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2541)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2541)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2539)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2544)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2544)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2544)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2542)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2547)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2547)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2547)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2545)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2548)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2541)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2541)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2541)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2541)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2544)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2544)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Received M3UA_ERR -> discard MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2547)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2547)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2551)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001091" to be handled at TC_iu_gsup_mt_sms_err2(2553) MSC_Test_0-M3UA(2541)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2551)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001091" to be handled at TC_iu_gsup_mt_sms_err2(2553) TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001091'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2541)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2540)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2544)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2544)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2543)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2546)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2546)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mt_sms_err2(2553)2619181 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2546)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: { messageType := 2, destLocRef := '27F72D'O, sourceLocRef := '0001A7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2551)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001091" handled at TC_iu_gsup_mt_sms_err2(2553) MSC_Test-GSUP(2551)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_gsup_mt_sms_err2(2553)"262420000001091" TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2546)@c3a6fa1a763d: patching N(SD)=1 into dtap '05144DC459A3210404E6B901'O MSC_Test_2-RAN(2546)@c3a6fa1a763d: patched enc_l3: '05544DC459A3210404E6B901'O MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05544DC459A3210404E6B901'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2546)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2546)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2546)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mt_sms_err2(2553)2619181 TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2546)@c3a6fa1a763d: Created IMSI[0] for '262420000001091'H'A2F06120'O to be handled at TC_iu_gsup_mt_sms_err2(2553) MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2546)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_gsup_mt_sms_err2(2553) TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A2F06120'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2546)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mt_sms_err2(2553)7138020 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: { messageType := 2, destLocRef := '6CEAE4'O, sourceLocRef := '0001A8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2546)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514D53784D9210491429240'O MSC_Test_2-RAN(2546)@c3a6fa1a763d: patched enc_l3: '0514D53784D9210491429240'O MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514D53784D9210491429240'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003028904003B400140'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00144014000002001040080789010404000178003B400140'O MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2547)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2545)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: RX MT-forwardSM-Err (RP-ERROR) TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MC@c3a6fa1a763d: Test Component 2553 has requested to stop MTC. Terminating current testcase execution. MSC_Test_1-M3UA(2544)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2539)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2543)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2540)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2538)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2548)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2541)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2552)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2545)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2550)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2549)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2551)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2547)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2554)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2542)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2546)@c3a6fa1a763d: Final verdict of PTC: none TC_iu_gsup_mt_sms_err2(2553)@c3a6fa1a763d: Final verdict of PTC: pass MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2538): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2539): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2540): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2541): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2542): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2543): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2544): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2545): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2546): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2547): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2548): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2549): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2550): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2551): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2552): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_gsup_mt_sms_err2(2553): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2554): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_gsup_mt_sms_err finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_err pass'. Mon May 13 05:04:44 UTC 2024 ====== MSC_Tests_Iu.TC_iu_gsup_mt_sms_err pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_gsup_mt_sms_err.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=422465) Waiting for packet dumper to finish... 1 (prev_count=422465, count=425664) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_err pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr'. ------ MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr ------ Mon May 13 05:04:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_gsup_mt_sms_rp_mr started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2558)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2558)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2558)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2556)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2561)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2561)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2561)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2559)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2564)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2564)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2564)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2562)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2565)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2558)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2558)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2558)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2558)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2561)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2561)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2564)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2564)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2568)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001092" to be handled at TC_iu_gsup_mt_sms_rp_mr2(2570) MSC_Test-GSUP(2568)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001092" to be handled at TC_iu_gsup_mt_sms_rp_mr2(2570) TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001092'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2558)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2558)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2557)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2561)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2561)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2560)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2563)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2563)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mt_sms_rp_mr2(2570)9975368 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2563)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: { messageType := 2, destLocRef := '983648'O, sourceLocRef := '0001A9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2568)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001092" handled at TC_iu_gsup_mt_sms_rp_mr2(2570) MSC_Test-GSUP(2568)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_gsup_mt_sms_rp_mr2(2570)"262420000001092" TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2563)@c3a6fa1a763d: patching N(SD)=1 into dtap '051496D906A52104D70DE362'O MSC_Test_2-RAN(2563)@c3a6fa1a763d: patched enc_l3: '055496D906A52104D70DE362'O MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055496D906A52104D70DE362'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2563)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2563)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2563)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mt_sms_rp_mr2(2570)9975368 TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2563)@c3a6fa1a763d: Created IMSI[0] for '262420000001092'H'53075A97'O to be handled at TC_iu_gsup_mt_sms_rp_mr2(2570) TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: TX MT-forwardSM-Req for the 1st SMS MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2563)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_gsup_mt_sms_rp_mr2(2570) TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '53075A97'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2563)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mt_sms_rp_mr2(2570)2626562 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: { messageType := 2, destLocRef := '281402'O, sourceLocRef := '0001AA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2563)@c3a6fa1a763d: patching N(SD)=0 into dtap '05149C4E8ABC2104DBCA11AC'O MSC_Test_2-RAN(2563)@c3a6fa1a763d: patched enc_l3: '05149C4E8ABC2104DBCA11AC'O MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05149C4E8ABC2104DBCA11AC'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: RX the 1st SMS on DTAP, DTAP TID is 0, SM-RP-MR is '00'O TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: TX MT-forwardSM-Req for the 2nd SMS MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003028904003B400140'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: RX the 2nd SMS on DTAP, DTAP TID is 1, SM-RP-MR is '01'O MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003029904003B400140'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006058901020200003B400140'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006059901020201003B400140'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2562)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2563)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mt_sms_rp_mr2(2570)2626562 TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2564)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_gsup_mt_sms_rp_mr2(2570)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(2559)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2565)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2556)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2568)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2571)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2567)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2558)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2566)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2562)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2557)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2560)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2555)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2561)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2563)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2569)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2564)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2555): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2556): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2557): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2558): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2559): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2560): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2561): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2562): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2563): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2564): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2565): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2566): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2567): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2568): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2569): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_gsup_mt_sms_rp_mr2(2570): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2571): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_gsup_mt_sms_rp_mr finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr pass'. Mon May 13 05:04:51 UTC 2024 ====== MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=500019) Waiting for packet dumper to finish... 1 (prev_count=500019, count=501184) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr'. ------ MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr ------ Mon May 13 05:04:55 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_gsup_mo_mt_sms_rp_mr started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2573)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2575)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2575)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2578)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2578)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2578)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2576)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2581)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2579)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2581)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(2582)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2575)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2575)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2578)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2578)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2581)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2581)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2585)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001093" to be handled at TC_iu_gsup_mo_mt_sms_rp_mr2(2587) MSC_Test-GSUP(2585)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001093" to be handled at TC_iu_gsup_mo_mt_sms_rp_mr2(2587) TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001093'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2575)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2575)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2574)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2578)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2578)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2577)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2580)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2580)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mo_mt_sms_rp_mr2(2587)7968118 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2580)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: { messageType := 2, destLocRef := '799576'O, sourceLocRef := '0001AB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2585)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001093" handled at TC_iu_gsup_mo_mt_sms_rp_mr2(2587) MSC_Test-GSUP(2585)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_gsup_mo_mt_sms_rp_mr2(2587)"262420000001093" TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2580)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514A87C2D242104C6C30B4B'O MSC_Test_2-RAN(2580)@c3a6fa1a763d: patched enc_l3: '0554A87C2D242104C6C30B4B'O MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554A87C2D242104C6C30B4B'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2580)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2580)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2580)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mo_mt_sms_rp_mr2(2587)7968118 TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2580)@c3a6fa1a763d: Created IMSI[0] for '262420000001093'H'6F681624'O to be handled at TC_iu_gsup_mo_mt_sms_rp_mr2(2587) TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0100'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6F681624'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2580)@c3a6fa1a763d: Added conn table entry 0TC_iu_gsup_mo_mt_sms_rp_mr2(2587)5006564 MSC_Test_2-RAN(2580)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: { messageType := 2, destLocRef := '4C64E4'O, sourceLocRef := '0001AC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055408B81D0A2104C9F967F4'O MSC_Test_2-RAN(2580)@c3a6fa1a763d: patching N(SD)=1 into dtap '051408B81D0A2104C9F967F4'O MSC_Test_2-RAN(2580)@c3a6fa1a763d: patched enc_l3: '055408B81D0A2104C9F967F4'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Submit MO SMMA on DTAP, SM-RP-MR is '00'O MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006050901020600003B400140'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: RX MO-ReadyForSM-Req, SM-RP-MR is '00'O TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: TX MT-forwardSM-Req for the MT SMS TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: RX MT SMS on DTAP, DTAP TID is 0, SM-RP-MR is '01'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003028904003B400140'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:19 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400F00000200104003020904003B400140'O MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:22 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401200000200104006058901020201003B400140'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2579)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: RX MT-forwardSM-Res (RP-ACK) TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2579)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2581)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2580)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_gsup_mo_mt_sms_rp_mr2(2587)5006564 TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_gsup_mo_mt_sms_rp_mr2(2587)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2585)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2575)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2576)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2573)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2584)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2580)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2572)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2586)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2574)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2582)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2588)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2578)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2583)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2581)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2579)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2577)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2572): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2573): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2574): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2575): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2576): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2577): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2578): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2579): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2580): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2581): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2582): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2583): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2584): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2585): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2586): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_gsup_mo_mt_sms_rp_mr2(2587): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2588): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_gsup_mo_mt_sms_rp_mr finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr pass'. Mon May 13 05:04:58 UTC 2024 ====== MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=484765) Waiting for packet dumper to finish... 1 (prev_count=484765, count=485930) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request'. ------ MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request ------ Mon May 13 05:05:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_ussd_single_request started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2592)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2592)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2592)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2590)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2595)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2595)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2593)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2598)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2598)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2598)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2596)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2599)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2592)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2592)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2592)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2592)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2595)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2595)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2598)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2598)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2602)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001046" to be handled at TC_iu_lu_and_mo_ussd_single_request2(2604) TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001046'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2592)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2592)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2591)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2595)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2595)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2594)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2597)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2597)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_ussd_single_request2(2604)2892269 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2597)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: { messageType := 2, destLocRef := '2C21ED'O, sourceLocRef := '0001AD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2602)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001046" handled at TC_iu_lu_and_mo_ussd_single_request2(2604) MSC_Test-GSUP(2602)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mo_ussd_single_request2(2604)"262420000001046" TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2597)@c3a6fa1a763d: patching N(SD)=1 into dtap '051478267FD42104139F3114'O MSC_Test_2-RAN(2597)@c3a6fa1a763d: patched enc_l3: '055478267FD42104139F3114'O MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055478267FD42104139F3114'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2597)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2597)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2597)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_ussd_single_request2(2604)2892269 TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3EE9FD6B'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2597)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_ussd_single_request2(2604)10284732 MSC_Test_2-RAN(2597)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: { messageType := 2, destLocRef := '9CEEBC'O, sourceLocRef := '0001AE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2597)@c3a6fa1a763d: patching N(SD)=1 into dtap '05141B3456542104ACF7CADE'O MSC_Test_2-RAN(2597)@c3a6fa1a763d: patched enc_l3: '05541B3456542104ACF7CADE'O MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05541B3456542104ACF7CADE'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2602)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001046" to be handled at TC_iu_lu_and_mo_ussd_single_request2(2604) MSC_Test_2-RAN(2597)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2597)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2596)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2596)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2597)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_ussd_single_request2(2604)10284732 TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2598)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_single_request2(2604)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2596)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2592)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2593)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2594)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2599)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2602)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2590)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2589)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2600)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2601)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2603)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2605)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2595)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2591)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2598)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2597)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2589): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2590): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2591): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2592): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2593): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2594): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2595): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2596): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2597): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2598): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2599): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2600): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2601): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2602): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2603): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mo_ussd_single_request2(2604): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2605): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_ussd_single_request finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request pass'. Mon May 13 05:05:05 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=416764) Waiting for packet dumper to finish... 1 (prev_count=416764, count=417929) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification ------ Mon May 13 05:05:09 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_ussd_notification started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2609)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2609)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2609)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2607)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2612)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2612)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2610)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2615)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2615)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2615)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2613)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2616)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2609)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2609)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2609)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2609)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2612)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2612)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2615)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2615)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2619)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001047" to be handled at TC_iu_lu_and_mt_ussd_notification2(2621) TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001047'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2609)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-RAN(2608)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-M3UA(2609)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-M3UA(2612)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2612)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2611)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2614)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2614)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_ussd_notification2(2621)14774686 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E1719E'O, sourceLocRef := '0001AF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2619)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001047" handled at TC_iu_lu_and_mt_ussd_notification2(2621) MSC_Test_2-RAN(2614)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(2619)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_ussd_notification2(2621)"262420000001047" TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2614)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D03853C9210459755A7D'O MSC_Test_2-RAN(2614)@c3a6fa1a763d: patched enc_l3: '0554D03853C9210459755A7D'O MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D03853C9210459755A7D'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2614)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2614)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2614)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_ussd_notification2(2621)14774686 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2614)@c3a6fa1a763d: Created IMSI[0] for '262420000001047'H'5383F3E8'O to be handled at TC_iu_lu_and_mt_ussd_notification2(2621) MSC_Test-GSUP(2619)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001047" to be handled at TC_iu_lu_and_mt_ussd_notification2(2621) MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2614)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_ussd_notification2(2621) TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '5383F3E8'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2614)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_ussd_notification2(2621)4209460 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: { messageType := 2, destLocRef := '403B34'O ("@;4"), sourceLocRef := '0001B0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2614)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514F1F08CED2104973DCF24'O MSC_Test_2-RAN(2614)@c3a6fa1a763d: patched enc_l3: '0514F1F08CED2104973DCF24'O MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514F1F08CED2104973DCF24'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2614)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2614)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2613)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2613)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2614)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_ussd_notification2(2621)4209460 TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2615)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_ussd_notification2(2621)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2619)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2613)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2617)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2612)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2614)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2606)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2611)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2616)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2610)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2618)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2607)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2615)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2622)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2608)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2609)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2620)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2606): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2607): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2608): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2609): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2610): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2611): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2612): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2613): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2614): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2615): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2616): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2617): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2618): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2619): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2620): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_ussd_notification2(2621): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2622): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_ussd_notification finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification pass'. Mon May 13 05:05:11 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=429341) Waiting for packet dumper to finish... 1 (prev_count=429341, count=433117) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call'. ------ MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call ------ Mon May 13 05:05:16 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_ussd_during_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2626)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2626)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2626)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2624)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2629)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2629)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2629)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2627)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2632)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2632)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2632)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2630)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2633)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2626)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2626)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2626)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2626)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2629)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2629)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_2-M3UA(2632)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2632)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP(2636)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001048" to be handled at TC_iu_lu_and_mo_ussd_during_mt_call2(2638) TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001048'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2626)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2626)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2625)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2629)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2629)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2628)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2631)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2631)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_ussd_during_mt_call2(2638)1884761 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2631)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: { messageType := 2, destLocRef := '1CC259'O, sourceLocRef := '0001B1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2636)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001048" handled at TC_iu_lu_and_mo_ussd_during_mt_call2(2638) MSC_Test-GSUP(2636)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mo_ussd_during_mt_call2(2638)"262420000001048" TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2631)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B1C2A571210476B65966'O MSC_Test_2-RAN(2631)@c3a6fa1a763d: patched enc_l3: '0554B1C2A571210476B65966'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554B1C2A571210476B65966'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2631)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2631)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2631)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_ussd_during_mt_call2(2638)1884761 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2631)@c3a6fa1a763d: Created IMSI[0] for '262420000001048'H'24785284'O to be handled at TC_iu_lu_and_mo_ussd_during_mt_call2(2638) MSC_Test-MNCC(2633)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_ussd_during_mt_call2(2638)1445400104 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2631)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mo_ussd_during_mt_call2(2638) TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2631)@c3a6fa1a763d: Created IMSI[1] for '262420000001048'H'24785284'O to be handled at TC_iu_lu_and_mo_ussd_during_mt_call2(2638) TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '24785284'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2631)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_ussd_during_mt_call2(2638)15901041 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F2A171'O, sourceLocRef := '0001B2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2631)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514A08793B221044A08DACA'O MSC_Test_2-RAN(2631)@c3a6fa1a763d: patched enc_l3: '0514A08793B221044A08DACA'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514A08793B221044A08DACA'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_2-RAN(2631)@c3a6fa1a763d: patching N(SD)=1 into dtap '8301'O MSC_Test_2-RAN(2631)@c3a6fa1a763d: patched enc_l3: '8341'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003028341'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(2634)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_lu_and_mo_ussd_during_mt_call2(2638) MSC_Test-MGCP(2634)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "355", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "ad" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_lu_and_mo_ussd_during_mt_call2(2638) TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 3 TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 4.iu MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 6.iu MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-RAN(2631)@c3a6fa1a763d: patching N(SD)=2 into dtap '8307'O MSC_Test_2-RAN(2631)@c3a6fa1a763d: patched enc_l3: '8387'O TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 5.iu MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003028387'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 8.iu TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 7.iu TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete 9.iu TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_mt_call_complete DONE TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2631)@c3a6fa1a763d: patching N(SD)=3 into dtap '1B3B1C15A11302010102013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2631)@c3a6fa1a763d: patched enc_l3: '1BFB1C15A11302010102013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BFB1C15A11302010102013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_2-RAN(2631)@c3a6fa1a763d: patching N(SD)=0 into dtap '832D0802E180'O MSC_Test_2-RAN(2631)@c3a6fa1a763d: patched enc_l3: '832D0802E180'O MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:18 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400E0000010010400706832D0802E180'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test-MNCC(2633)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_ussd_during_mt_call2(2638)1445400104 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2630)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_call_hangup 5.iu: rx Iu Release Command MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2630)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2632)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2631)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_ussd_during_mt_call2(2638)15901041 TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_call_hangup 6.iu: rx SCCP DISC TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: f_call_hangup 9: done TC_iu_lu_and_mo_ussd_during_mt_call2(2638)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-SCCP(2624)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2634)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2636)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2626)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2635)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2633)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2629)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2639)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2623)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2632)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2630)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2628)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2631)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2627)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2625)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2637)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2623): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2624): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2625): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2626): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2627): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2628): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2629): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2630): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2631): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2632): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2633): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2634): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2635): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2636): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2637): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mo_ussd_during_mt_call2(2638): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2639): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_ussd_during_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call pass'. Mon May 13 05:05:22 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=565073) Waiting for packet dumper to finish... 1 (prev_count=565073, count=568272) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call'. ------ MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call ------ Mon May 13 05:05:26 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_ussd_during_mt_call started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2643)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2643)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2643)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2641)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2646)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2646)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2644)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2649)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2649)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2649)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2647)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2650)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2643)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2643)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2643)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2643)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2646)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2646)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2649)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2649)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2653)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001049" to be handled at TC_iu_lu_and_mt_ussd_during_mt_call2(2655) TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001049'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2643)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2643)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2642)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2646)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2646)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2645)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2648)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2648)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_ussd_during_mt_call2(2655)2936291 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2648)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2653)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001049" handled at TC_iu_lu_and_mt_ussd_during_mt_call2(2655) MSC_Test-GSUP(2653)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mt_ussd_during_mt_call2(2655)"262420000001049" MSC_Test_2-SCCP(2647)@c3a6fa1a763d: { messageType := 2, destLocRef := '2CCDE3'O, sourceLocRef := '0001B3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2648)@c3a6fa1a763d: patching N(SD)=1 into dtap '051493AC864A21049FFA0680'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patched enc_l3: '055493AC864A21049FFA0680'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055493AC864A21049FFA0680'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2648)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2648)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_ussd_during_mt_call2(2655)2936291 TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2648)@c3a6fa1a763d: Created IMSI[0] for '262420000001049'H'3AF555D8'O to be handled at TC_iu_lu_and_mt_ussd_during_mt_call2(2655) MSC_Test-MNCC(2650)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_ussd_during_mt_call2(2655)1638658693 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2648)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_mt_ussd_during_mt_call2(2655) TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2648)@c3a6fa1a763d: Created IMSI[1] for '262420000001049'H'3AF555D8'O to be handled at TC_iu_lu_and_mt_ussd_during_mt_call2(2655) TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3AF555D8'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2648)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mt_ussd_during_mt_call2(2655)7514391 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: { messageType := 2, destLocRef := '72A917'O, sourceLocRef := '0001B4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2648)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514D26AD93E210498F7D119'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patched enc_l3: '0514D26AD93E210498F7D119'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514D26AD93E210498F7D119'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 1 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2648)@c3a6fa1a763d: patching N(SD)=1 into dtap '8301'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patched enc_l3: '8341'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003028341'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 2 MSC_Test-MGCP(2651)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_iu_lu_and_mt_ussd_during_mt_call2(2655) MSC_Test-MGCP(2651)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "361", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "af" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_iu_lu_and_mt_ussd_during_mt_call2(2655) TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 3 TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 4.iu MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 6.iu MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patching N(SD)=2 into dtap '8307'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patched enc_l3: '8387'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003028387'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 8.iu TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 5.iu TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 7.iu TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete 9.iu TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_mt_call_complete DONE TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2648)@c3a6fa1a763d: patching N(SD)=3 into dtap '8B3A16A214020101300F02013C300A04010F0405CE37BCEC02'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patched enc_l3: '8BFA16A214020101300F02013C300A04010F0405CE37BCEC02'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A198BFA16A214020101300F02013C300A04010F0405CE37BCEC02'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_call_hangup 0: tx MNCC_DISC_REQ MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_call_hangup 1: rx DTAP CC DISC MSC_Test_2-RAN(2648)@c3a6fa1a763d: patching N(SD)=0 into dtap '832D0802E180'O MSC_Test_2-RAN(2648)@c3a6fa1a763d: patched enc_l3: '832D0802E180'O MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:18 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400E0000010010400706832D0802E180'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2650)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_ussd_during_mt_call2(2655)1638658693 TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_call_hangup 2: rx MNCC REL ind MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_call_hangup 3: rx DTAP CC REL COMPL MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2647)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_call_hangup 5.iu: rx Iu Release Command MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2648)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mt_ussd_during_mt_call2(2655)7514391 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_call_hangup 6.iu: rx SCCP DISC TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2649)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: f_call_hangup 9: done TC_iu_lu_and_mt_ussd_during_mt_call2(2655)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-RAN(2642)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2647)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2652)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2644)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2653)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2651)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2645)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2640)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2648)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2646)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2650)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2654)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2649)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2656)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2643)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2641)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2640): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2641): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2642): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2643): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2644): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2645): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2646): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2647): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2648): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2649): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2650): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2651): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2652): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2653): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2654): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mt_ussd_during_mt_call2(2655): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2656): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mt_ussd_during_mt_call finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call pass'. Mon May 13 05:05:32 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=576866) Waiting for packet dumper to finish... 1 (prev_count=576866, count=580065) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release'. ------ MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release ------ Mon May 13 05:05:36 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_ussd_mo_release started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2660)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2660)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2660)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2658)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2663)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2663)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2663)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2661)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2666)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2666)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2666)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2664)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2667)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2660)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2660)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2660)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2660)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2663)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2663)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2666)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2666)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2670)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001050" to be handled at TC_iu_lu_and_mo_ussd_mo_release2(2672) TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001050'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2660)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2660)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2659)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2663)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2663)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2662)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2665)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2665)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_ussd_mo_release2(2672)10435128 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2665)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: { messageType := 2, destLocRef := '9F3A38'O, sourceLocRef := '0001B5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2670)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001050" handled at TC_iu_lu_and_mo_ussd_mo_release2(2672) MSC_Test-GSUP(2670)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_mo_ussd_mo_release2(2672)"262420000001050" TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2665)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514BCE55C852104B8289870'O MSC_Test_2-RAN(2665)@c3a6fa1a763d: patched enc_l3: '0554BCE55C852104B8289870'O MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554BCE55C852104B8289870'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2665)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2665)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2665)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_ussd_mo_release2(2672)10435128 TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7CF347A5'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2665)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_mo_ussd_mo_release2(2672)4909484 MSC_Test_2-RAN(2665)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: { messageType := 2, destLocRef := '4AE9AC'O, sourceLocRef := '0001B6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2665)@c3a6fa1a763d: patching N(SD)=1 into dtap '051445339A6C2104238A3152'O MSC_Test_2-RAN(2665)@c3a6fa1a763d: patched enc_l3: '055445339A6C2104238A3152'O MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055445339A6C2104238A3152'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2670)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001050" to be handled at TC_iu_lu_and_mo_ussd_mo_release2(2672) MSC_Test_2-RAN(2665)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C18A11602010102013B300E04010F04092ADBCD6653C96CB611'O MSC_Test_2-RAN(2665)@c3a6fa1a763d: patched enc_l3: '1BBB1C18A11602010102013B300E04010F04092ADBCD6653C96CB611'O MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:40 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440240000010010401D1C1BBB1C18A11602010102013B300E04010F04092ADBCD6653C96CB611'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2665)@c3a6fa1a763d: patching N(SD)=3 into dtap '1B2A'O MSC_Test_2-RAN(2665)@c3a6fa1a763d: patched enc_l3: '1BEA'O MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A00000100104003021BEA'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2664)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2664)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2665)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_mo_ussd_mo_release2(2672)4909484 TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu MSC_Test_2-M3UA(2666)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_mo_ussd_mo_release2(2672)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(2667)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2666)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2663)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2660)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2658)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2657)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2659)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2664)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2669)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2665)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2661)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2673)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2670)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2662)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2668)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2671)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2657): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2658): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2659): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2660): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2661): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2662): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2663): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2664): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2665): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2666): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2667): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2668): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2669): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2670): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2671): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_mo_ussd_mo_release2(2672): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2673): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_mo_ussd_mo_release finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release pass'. Mon May 13 05:05:39 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=426854) Waiting for packet dumper to finish... 1 (prev_count=426854, count=429274) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout'. ------ MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout ------ Mon May 13 05:05:43 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_ss_session_timeout started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2677)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2677)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2677)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2675)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2680)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2680)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2680)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2678)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2683)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2683)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2683)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2681)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2684)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2677)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2677)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2677)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2677)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2680)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2680)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2680)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2680)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2683)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2683)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2687)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001051" to be handled at TC_iu_lu_and_ss_session_timeout2(2689) TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001051'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2677)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2677)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2676)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2680)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2680)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2679)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2682)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2682)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_ss_session_timeout2(2689)2486605 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2682)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(2687)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001051" handled at TC_iu_lu_and_ss_session_timeout2(2689) MSC_Test-GSUP(2687)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_ss_session_timeout2(2689)"262420000001051" MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: { messageType := 2, destLocRef := '25F14D'O, sourceLocRef := '0001B7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2682)@c3a6fa1a763d: patching N(SD)=1 into dtap '051485F348E9210423273D31'O MSC_Test_2-RAN(2682)@c3a6fa1a763d: patched enc_l3: '055485F348E9210423273D31'O MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055485F348E9210423273D31'O MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2682)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2682)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2682)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_ss_session_timeout2(2689)2486605 TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '37158EE0'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2682)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_ss_session_timeout2(2689)10022433 MSC_Test_2-RAN(2682)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: { messageType := 2, destLocRef := '98EE21'O, sourceLocRef := '0001B8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2682)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514F983E0202104AB05E16D'O MSC_Test_2-RAN(2682)@c3a6fa1a763d: patched enc_l3: '0554F983E0202104AB05E16D'O MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554F983E0202104AB05E16D'O MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2687)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001051" to be handled at TC_iu_lu_and_ss_session_timeout2(2689) MSC_Test_2-RAN(2682)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C19A11702010102013B300F04010F040A2379995D0ECFCB917619'O MSC_Test_2-RAN(2682)@c3a6fa1a763d: patched enc_l3: '1BBB1C19A11702010102013B300F04010F040A2379995D0ECFCB917619'O MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:41 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440250000010010401E1D1BBB1C19A11702010102013B300F04010F040A2379995D0ECFCB917619'O MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2681)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2681)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2682)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_ss_session_timeout2(2689)10022433 TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2683)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_ss_session_timeout2(2689)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(2677)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2687)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2680)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2676)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2684)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2674)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2686)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2678)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2685)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2682)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2688)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2679)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2675)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2683)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2690)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2681)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2674): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2675): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2676): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2677): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2678): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2679): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2680): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2681): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2682): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2683): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2684): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2685): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2686): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2687): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2688): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_ss_session_timeout2(2689): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2690): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_ss_session_timeout finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout pass'. Mon May 13 05:05:48 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=417803) Waiting for packet dumper to finish... 1 (prev_count=417803, count=418968) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr'. ------ MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr ------ Mon May 13 05:05:53 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_mt_ussd_for_unknown_subscr started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2694)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2694)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2694)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2692)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2697)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2697)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2697)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2695)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2700)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2700)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2700)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2698)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2701)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2694)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2694)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2694)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2694)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2697)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2697)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2700)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2700)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2700)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2700)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2694)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2694)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2693)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2697)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2697)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2696)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2700)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2700)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2699)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2699)@c3a6fa1a763d: Created IMSI[0] for '000000000000000'H'FFFFFFFF'O to be handled at TC_iu_mt_ussd_for_unknown_subscr2(2706) MSC_Test-GSUP(2704)@c3a6fa1a763d: Created GsupExpect[0] for "000000000000000" to be handled at TC_iu_mt_ussd_for_unknown_subscr2(2706) MSC_Test-GSUP(2704)@c3a6fa1a763d: Found GsupExpect[0] for "000000000000000" handled at TC_iu_mt_ussd_for_unknown_subscr2(2706) MSC_Test-GSUP(2704)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_mt_ussd_for_unknown_subscr2(2706)"000000000000000" TC_iu_mt_ussd_for_unknown_subscr2(2706)@c3a6fa1a763d: setverdict(fail): none -> fail reason: "Unknown/unexpected GSUP received", new component reason: "Unknown/unexpected GSUP received" TC_iu_mt_ussd_for_unknown_subscr2(2706)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Unknown/unexpected GSUP received" MSC_Test-GSUP(2704)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2696)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2697)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2695)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2705)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2701)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2691)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2707)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2694)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2692)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2703)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2693)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2700)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2698)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2702)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2699)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2691): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2692): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2693): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2694): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2695): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2696): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2697): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2698): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2699): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2700): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2701): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2702): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2703): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2704): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2705): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_mt_ussd_for_unknown_subscr2(2706): fail (none -> fail) reason: "Unknown/unexpected GSUP received" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2707): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_iu_mt_ussd_for_unknown_subscr finished. Verdict: fail reason: Unknown/unexpected GSUP received MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr fail'. Mon May 13 05:05:55 UTC 2024 ------ MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=147525) Waiting for packet dumper to finish... 1 (prev_count=147525, count=150724) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans'. ------ MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans ------ Mon May 13 05:05:59 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_mo_ussd_for_unknown_trans started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2711)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2711)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2711)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2709)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2712)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2714)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2714)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2717)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2717)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2717)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2715)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2718)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2711)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2711)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2711)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2711)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2714)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2714)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2717)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2717)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2711)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2711)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2710)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2714)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2714)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2713)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2716)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2716)@c3a6fa1a763d: Created IMSI[0] for '262420000001053'H'FFFFFFFF'O to be handled at TC_iu_mo_ussd_for_unknown_trans2(2723) MSC_Test-GSUP(2721)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001053" to be handled at TC_iu_mo_ussd_for_unknown_trans2(2723) MSC_Test-GSUP(2721)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001053" to be handled at TC_iu_mo_ussd_for_unknown_trans2(2723) TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001053'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2716)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_ussd_for_unknown_trans2(2723)3905531 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-RAN(2716)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: { messageType := 2, destLocRef := '3B97FB'O, sourceLocRef := '0001B9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(2721)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001053" handled at TC_iu_mo_ussd_for_unknown_trans2(2723) MSC_Test-GSUP(2721)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_mo_ussd_for_unknown_trans2(2723)"262420000001053" MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2716)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D2CF8D562104867CC0D4'O MSC_Test_2-RAN(2716)@c3a6fa1a763d: patched enc_l3: '0554D2CF8D562104867CC0D4'O MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D2CF8D562104867CC0D4'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2716)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2716)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2716)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_ussd_for_unknown_trans2(2723)3905531 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6277A45B'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2716)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_ussd_for_unknown_trans2(2723)3672065 MSC_Test_2-RAN(2716)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: { messageType := 2, destLocRef := '380801'O, sourceLocRef := '0001BA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2716)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D5C7DA9E2104B6D50E50'O MSC_Test_2-RAN(2716)@c3a6fa1a763d: patched enc_l3: '0554D5C7DA9E2104B6D50E50'O MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D5C7DA9E2104B6D50E50'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2716)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3A17F1EB86E21830B5BFE34076013495867698F9BCE7E1AB36'O MSC_Test_2-RAN(2716)@c3a6fa1a763d: patched enc_l3: '1BBA17F1EB86E21830B5BFE34076013495867698F9BCE7E1AB36'O MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:38 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440220000010010401B1A1BBA17F1EB86E21830B5BFE34076013495867698F9BCE7E1AB36'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2716)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_ussd_for_unknown_trans2(2723)3672065 TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '6277A45B'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2716)@c3a6fa1a763d: Added conn table entry 0TC_iu_mo_ussd_for_unknown_trans2(2723)14056128 MSC_Test_2-RAN(2716)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D67AC0'O, sourceLocRef := '0001BB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2716)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140512C686210497B8872A'O MSC_Test_2-RAN(2716)@c3a6fa1a763d: patched enc_l3: '05540512C686210497B8872A'O MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05540512C686210497B8872A'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2716)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B2A1C171AFFBDD2932880E94C53716392EA0F45AC79A3BAC8AD0D'O MSC_Test_2-RAN(2716)@c3a6fa1a763d: patched enc_l3: '1BAA1C171AFFBDD2932880E94C53716392EA0F45AC79A3BAC8AD0D'O MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:39 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440230000010010401C1B1BAA1C171AFFBDD2932880E94C53716392EA0F45AC79A3BAC8AD0D'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2715)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2715)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2716)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_mo_ussd_for_unknown_trans2(2723)14056128 TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2717)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_mo_ussd_for_unknown_trans2(2723)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-SCCP(2712)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2709)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2718)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2716)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2722)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2720)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2708)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2717)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2721)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2724)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2714)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2711)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2719)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2715)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2713)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2710)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2708): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2709): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2710): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2711): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2712): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2713): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2714): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2715): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2716): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2717): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2718): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2719): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2720): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2721): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2722): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_mo_ussd_for_unknown_trans2(2723): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2724): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_mo_ussd_for_unknown_trans finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans pass'. Mon May 13 05:06:12 UTC 2024 ====== MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=540113) Waiting for packet dumper to finish... 1 (prev_count=540113, count=541278) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session'. ------ MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session ------ Mon May 13 05:06:17 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_proc_ss_for_unknown_session started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2728)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2728)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2728)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2726)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2729)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2731)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2731)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2734)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2734)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2734)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2732)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2735)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2728)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2728)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2728)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2728)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2731)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2731)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2734)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2734)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2738)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001055" to be handled at TC_iu_proc_ss_for_unknown_session2(2740) TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001055'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2728)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2728)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2727)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2731)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2731)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2730)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2733)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2733)@c3a6fa1a763d: Added conn table entry 0TC_iu_proc_ss_for_unknown_session2(2740)9830696 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-RAN(2733)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test-GSUP(2738)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001055" handled at TC_iu_proc_ss_for_unknown_session2(2740) MSC_Test-GSUP(2738)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_proc_ss_for_unknown_session2(2740)"262420000001055" MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2732)@c3a6fa1a763d: { messageType := 2, destLocRef := '960128'O, sourceLocRef := '0001BC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2733)@c3a6fa1a763d: patching N(SD)=1 into dtap '051455807E7E21044A0348B1'O MSC_Test_2-RAN(2733)@c3a6fa1a763d: patched enc_l3: '055455807E7E21044A0348B1'O MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055455807E7E21044A0348B1'O MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2733)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2733)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2732)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2733)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_proc_ss_for_unknown_session2(2740)9830696 MSC_Test_2-M3UA(2734)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2733)@c3a6fa1a763d: Created IMSI[0] for '262420000001055'H'BDC1CB1D'O to be handled at TC_iu_proc_ss_for_unknown_session2(2740) MSC_Test-GSUP(2738)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001055" to be handled at TC_iu_proc_ss_for_unknown_session2(2740) TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: setverdict(fail): pass -> fail reason: "Unknown/unexpected GSUP received", new component reason: "Unknown/unexpected GSUP received" TC_iu_proc_ss_for_unknown_session2(2740)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Unknown/unexpected GSUP received" MSC_Test_0-SCCP(2726)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2730)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2728)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2733)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2732)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2731)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2735)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2729)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2725)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2738)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2739)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2737)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2727)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2741)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2736)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2734)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2725): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2726): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2727): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2728): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2729): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2730): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2731): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2732): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2733): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2734): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2735): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2736): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2737): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2738): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2739): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_proc_ss_for_unknown_session2(2740): fail (none -> fail) reason: "Unknown/unexpected GSUP received" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2741): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_iu_proc_ss_for_unknown_session finished. Verdict: fail reason: Unknown/unexpected GSUP received MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session fail'. Mon May 13 05:06:19 UTC 2024 ------ MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=289579) Waiting for packet dumper to finish... 1 (prev_count=289579, count=290744) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_proc_ss_paging_fail'. ------ MSC_Tests_Iu.TC_iu_proc_ss_paging_fail ------ Mon May 13 05:06:24 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_proc_ss_paging_fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_proc_ss_paging_fail started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2745)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2745)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2745)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2743)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2748)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2748)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2748)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2746)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2751)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2751)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2749)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2745)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(2752)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2748)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2748)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2751)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2751)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2745)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2745)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2744)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2748)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2748)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2747)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2750)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2755)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001056" to be handled at TC_iu_proc_ss_paging_fail2(2757) TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001056'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2750)@c3a6fa1a763d: Added conn table entry 0TC_iu_proc_ss_paging_fail2(2757)6486296 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: First idle individual index:0 MSC_Test-GSUP(2755)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001056" handled at TC_iu_proc_ss_paging_fail2(2757) MSC_Test-GSUP(2755)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_proc_ss_paging_fail2(2757)"262420000001056" MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2749)@c3a6fa1a763d: { messageType := 2, destLocRef := '62F918'O, sourceLocRef := '0001BD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2750)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2750)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514719502C8210469B6E03A'O MSC_Test_2-RAN(2750)@c3a6fa1a763d: patched enc_l3: '0554719502C8210469B6E03A'O MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554719502C8210469B6E03A'O MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2750)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2750)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2749)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2749)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2750)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_proc_ss_paging_fail2(2757)6486296 TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2750)@c3a6fa1a763d: Created IMSI[0] for '262420000001056'H'444F37B6'O to be handled at TC_iu_proc_ss_paging_fail2(2757) MSC_Test-GSUP(2755)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001056" to be handled at TC_iu_proc_ss_paging_fail2(2757) MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2751)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2750)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_proc_ss_paging_fail2(2757) TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_paging_fail2(2757)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-RAN(2747)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2755)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2743)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2749)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2742)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2746)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2754)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2758)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2752)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2745)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2748)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2756)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2744)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2751)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2753)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2750)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2742): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2743): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2744): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2745): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2746): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2747): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2748): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2749): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2750): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2751): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2752): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2753): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2754): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2755): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2756): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_proc_ss_paging_fail2(2757): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2758): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_proc_ss_paging_fail finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_proc_ss_paging_fail pass'. Mon May 13 05:06:37 UTC 2024 ====== MSC_Tests_Iu.TC_iu_proc_ss_paging_fail pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_proc_ss_paging_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=298961) Waiting for packet dumper to finish... 1 (prev_count=298961, count=300126) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_proc_ss_paging_fail pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_proc_ss_abort'. ------ MSC_Tests_Iu.TC_iu_proc_ss_abort ------ Mon May 13 05:06:41 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_proc_ss_abort' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_proc_ss_abort started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2762)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2762)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2762)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2760)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2765)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2765)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2765)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2763)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2768)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2768)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2768)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2766)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2762)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test-MNCC(2769)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2765)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2765)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2765)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2765)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2768)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2768)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2762)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2762)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2761)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2765)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2765)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2764)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2767)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2772)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001057" to be handled at TC_iu_proc_ss_abort2(2774) TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001057'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2767)@c3a6fa1a763d: Added conn table entry 0TC_iu_proc_ss_abort2(2774)5822626 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2767)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: { messageType := 2, destLocRef := '58D8A2'O, sourceLocRef := '0001BE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2772)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001057" handled at TC_iu_proc_ss_abort2(2774) MSC_Test-GSUP(2772)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_proc_ss_abort2(2774)"262420000001057" TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2767)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140AA74C4A2104E65B49C1'O MSC_Test_2-RAN(2767)@c3a6fa1a763d: patched enc_l3: '05540AA74C4A2104E65B49C1'O MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05540AA74C4A2104E65B49C1'O MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2767)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2767)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2767)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_proc_ss_abort2(2774)5822626 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2767)@c3a6fa1a763d: Created IMSI[0] for '262420000001057'H'73EE4FE7'O to be handled at TC_iu_proc_ss_abort2(2774) MSC_Test-GSUP(2772)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001057" to be handled at TC_iu_proc_ss_abort2(2774) MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2767)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_proc_ss_abort2(2774) TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '73EE4FE7'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2767)@c3a6fa1a763d: Added conn table entry 0TC_iu_proc_ss_abort2(2774)12616194 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C08202'O, sourceLocRef := '0001BF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2767)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514B4B54EA6210434BA8927'O MSC_Test_2-RAN(2767)@c3a6fa1a763d: patched enc_l3: '0514B4B54EA6210434BA8927'O MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514B4B54EA6210434BA8927'O MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2766)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2766)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2767)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_proc_ss_abort2(2774)12616194 TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2768)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2760)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2764)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2770)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2759)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2771)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2761)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2775)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2772)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2762)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2768)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2766)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2763)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2773)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2765)@c3a6fa1a763d: Final verdict of PTC: none TC_iu_proc_ss_abort2(2774)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(2769)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2767)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2759): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2760): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2761): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2762): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2763): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2764): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2765): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2766): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2767): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2768): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2769): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2770): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2771): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2772): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2773): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_proc_ss_abort2(2774): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2775): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_proc_ss_abort finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_proc_ss_abort pass'. Mon May 13 05:06:44 UTC 2024 ====== MSC_Tests_Iu.TC_iu_proc_ss_abort pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_proc_ss_abort.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=420990) Waiting for packet dumper to finish... 1 (prev_count=420990, count=424189) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_proc_ss_abort pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd'. ------ MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd ------ Mon May 13 05:06:48 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_multi_lu_and_mo_ussd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2779)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2779)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2779)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2777)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2782)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2782)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2782)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2780)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2785)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2785)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2785)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2783)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2786)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2779)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2779)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2779)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2779)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2782)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2782)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2785)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2785)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001100" to be handled at TC_iu_multi_lu_and_mo_ussd2(2791) TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001100'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001101" to be handled at TC_iu_multi_lu_and_mo_ussd2(2792) TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001101'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[2] for "262420000001102" to be handled at TC_iu_multi_lu_and_mo_ussd2(2794) TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001102'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[3] for "262420000001103" to be handled at TC_iu_multi_lu_and_mo_ussd2(2796) TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001103'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[4] for "262420000001104" to be handled at TC_iu_multi_lu_and_mo_ussd2(2798) TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001104'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[5] for "262420000001105" to be handled at TC_iu_multi_lu_and_mo_ussd2(2800) TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001105'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[6] for "262420000001106" to be handled at TC_iu_multi_lu_and_mo_ussd2(2802) TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001106'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[7] for "262420000001107" to be handled at TC_iu_multi_lu_and_mo_ussd2(2804) TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001107'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[8] for "262420000001108" to be handled at TC_iu_multi_lu_and_mo_ussd2(2806) TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001108'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[9] for "262420000001109" to be handled at TC_iu_multi_lu_and_mo_ussd2(2808) TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001109'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001110" to be handled at TC_iu_multi_lu_and_mo_ussd2(2810) TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001110'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[11] for "262420000001111" to be handled at TC_iu_multi_lu_and_mo_ussd2(2812) TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001111'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[12] for "262420000001112" to be handled at TC_iu_multi_lu_and_mo_ussd2(2814) TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001112'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[13] for "262420000001113" to be handled at TC_iu_multi_lu_and_mo_ussd2(2816) TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001113'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[14] for "262420000001114" to be handled at TC_iu_multi_lu_and_mo_ussd2(2818) TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001114'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[15] for "262420000001115" to be handled at TC_iu_multi_lu_and_mo_ussd2(2820) TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001115'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2779)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2779)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2778)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2782)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2782)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2781)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2784)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mo_ussd2(2791)15565626 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'ED833A'O, sourceLocRef := '0001C0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001100" handled at TC_iu_multi_lu_and_mo_ussd2(2791) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_multi_lu_and_mo_ussd2(2791)"262420000001100" MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mo_ussd2(2792)5503497 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mo_ussd2(2794)9810115 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 3TC_iu_multi_lu_and_mo_ussd2(2796)5424789 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 4TC_iu_multi_lu_and_mo_ussd2(2798)7926622 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 4 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 5TC_iu_multi_lu_and_mo_ussd2(2800)11820748 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 5 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 6TC_iu_multi_lu_and_mo_ussd2(2802)1624340 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 6 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 7TC_iu_multi_lu_and_mo_ussd2(2804)3323315 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 7 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 8TC_iu_multi_lu_and_mo_ussd2(2806)13178270 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 8 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 9TC_iu_multi_lu_and_mo_ussd2(2808)12798555 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 9 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 10TC_iu_multi_lu_and_mo_ussd2(2810)14125431 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '53FA09'O, sourceLocRef := '0001C1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '95B0C3'O, sourceLocRef := '0001C2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:7 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 10 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 11TC_iu_multi_lu_and_mo_ussd2(2812)11341386 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 11 set to 1 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '52C695'O, sourceLocRef := '0001C3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '78F35E'O, sourceLocRef := '0001C4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:11 MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[1] for "262420000001101" handled at TC_iu_multi_lu_and_mo_ussd2(2792) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 1TC_iu_multi_lu_and_mo_ussd2(2792)"262420000001101" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[2] for "262420000001102" handled at TC_iu_multi_lu_and_mo_ussd2(2794) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 2TC_iu_multi_lu_and_mo_ussd2(2794)"262420000001102" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[3] for "262420000001103" handled at TC_iu_multi_lu_and_mo_ussd2(2796) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 3TC_iu_multi_lu_and_mo_ussd2(2796)"262420000001103" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[4] for "262420000001104" handled at TC_iu_multi_lu_and_mo_ussd2(2798) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 4TC_iu_multi_lu_and_mo_ussd2(2798)"262420000001104" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[5] for "262420000001105" handled at TC_iu_multi_lu_and_mo_ussd2(2800) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 5TC_iu_multi_lu_and_mo_ussd2(2800)"262420000001105" MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[6] for "262420000001106" handled at TC_iu_multi_lu_and_mo_ussd2(2802) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 6TC_iu_multi_lu_and_mo_ussd2(2802)"262420000001106" MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 12TC_iu_multi_lu_and_mo_ussd2(2814)2873827 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 12 set to 1 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:12 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 13TC_iu_multi_lu_and_mo_ussd2(2816)65534 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 13 set to 1 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:13 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 14TC_iu_multi_lu_and_mo_ussd2(2818)10199475 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 14 set to 1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:14 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B45ECC'O, sourceLocRef := '0001C5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 15TC_iu_multi_lu_and_mo_ussd2(2820)8589708 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 15 set to 1 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:15 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[7] for "262420000001107" handled at TC_iu_multi_lu_and_mo_ussd2(2804) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 7TC_iu_multi_lu_and_mo_ussd2(2804)"262420000001107" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[8] for "262420000001108" handled at TC_iu_multi_lu_and_mo_ussd2(2806) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 8TC_iu_multi_lu_and_mo_ussd2(2806)"262420000001108" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[9] for "262420000001109" handled at TC_iu_multi_lu_and_mo_ussd2(2808) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 9TC_iu_multi_lu_and_mo_ussd2(2808)"262420000001109" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[10] for "262420000001110" handled at TC_iu_multi_lu_and_mo_ussd2(2810) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 10TC_iu_multi_lu_and_mo_ussd2(2810)"262420000001110" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[11] for "262420000001111" handled at TC_iu_multi_lu_and_mo_ussd2(2812) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 11TC_iu_multi_lu_and_mo_ussd2(2812)"262420000001111" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[12] for "262420000001112" handled at TC_iu_multi_lu_and_mo_ussd2(2814) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 12TC_iu_multi_lu_and_mo_ussd2(2814)"262420000001112" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[13] for "262420000001113" handled at TC_iu_multi_lu_and_mo_ussd2(2816) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 13TC_iu_multi_lu_and_mo_ussd2(2816)"262420000001113" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[14] for "262420000001114" handled at TC_iu_multi_lu_and_mo_ussd2(2818) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 14TC_iu_multi_lu_and_mo_ussd2(2818)"262420000001114" MSC_Test-GSUP(2789)@c3a6fa1a763d: Found GsupExpect[15] for "262420000001115" handled at TC_iu_multi_lu_and_mo_ussd2(2820) MSC_Test-GSUP(2789)@c3a6fa1a763d: Added IMSI table entry 15TC_iu_multi_lu_and_mo_ussd2(2820)"262420000001115" TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '18C914'O, sourceLocRef := '0001C6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '32B5B3'O, sourceLocRef := '0001C7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C9159E'O, sourceLocRef := '0001C8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C34A5B'O, sourceLocRef := '0001C9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D78977'O, sourceLocRef := '0001CA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AD0E4A'O, sourceLocRef := '0001CB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '2BD9E3'O, sourceLocRef := '0001CC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '00FFFE'O, sourceLocRef := '0001CD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '9BA1B3'O, sourceLocRef := '0001CE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '83118C'O, sourceLocRef := '0001CF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D4179C2421040CE9E886'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554D4179C2421040CE9E886'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514A32D30492104EAD2802E'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554A32D30492104EAD2802E'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140154F4E821048CB60F3D'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05540154F4E821048CB60F3D'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E002764F2104D71D8C82'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554E002764F2104D71D8C82'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514CE3618CC21044B674390'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554CE3618CC21044B674390'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051413413A4F2104DF64B0CE'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055413413A4F2104DF64B0CE'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051418D7BECE21044B9C024C'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055418D7BECE21044B9C024C'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142F3E0B8621041505F535'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05542F3E0B8621041505F535'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514372A977F21045DDC09EF'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554372A977F21045DDC09EF'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05145908A4E1210431F6AA27'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05545908A4E1210431F6AA27'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D4179C2421040CE9E886'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051429BEE6D12104C2FEC377'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055429BEE6D12104C2FEC377'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554A32D30492104EAD2802E'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05540154F4E821048CB60F3D'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051413413A4F2104DF64B0CE'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055413413A4F2104DF64B0CE'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554E002764F2104D71D8C82'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554CE3618CC21044B674390'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055413413A4F2104DF64B0CE'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055418D7BECE21044B9C024C'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05542F3E0B8621041505F535'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554372A977F21045DDC09EF'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05545908A4E1210431F6AA27'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055429BEE6D12104C2FEC377'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055413413A4F2104DF64B0CE'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051488F8CEAD2104D8E6F568'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055488F8CEAD2104D8E6F568'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051475E067552104B3949375'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055475E067552104B3949375'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055488F8CEAD2104D8E6F568'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055475E067552104B3949375'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B4EB960021046F4BBC44'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554B4EB960021046F4BBC44'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140DFC1FFF2104E941CE8A'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05540DFC1FFF2104E941CE8A'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554B4EB960021046F4BBC44'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05540DFC1FFF2104E941CE8A'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '283A9FA0'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mo_ussd2(2791)15565626 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mo_ussd2(2791)16665982 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 6TC_iu_multi_lu_and_mo_ussd2(2802)1624340 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'BD49AB76'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1018C098'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'FE4D7E'O, sourceLocRef := '0001D0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 7TC_iu_multi_lu_and_mo_ussd2(2804)3323315 TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mo_ussd2(2794)9810115 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mo_ussd2(2792)5503497 TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3B168ACA'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1950D522'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 14TC_iu_multi_lu_and_mo_ussd2(2818)10199475 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 3TC_iu_multi_lu_and_mo_ussd2(2796)5424789 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 9TC_iu_multi_lu_and_mo_ussd2(2808)12798555 TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '3C75A474'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0B29E512'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0E716DF8'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 5TC_iu_multi_lu_and_mo_ussd2(2800)11820748 TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '9FBCC720'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 4TC_iu_multi_lu_and_mo_ussd2(2798)7926622 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 10TC_iu_multi_lu_and_mo_ussd2(2810)14125431 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 15TC_iu_multi_lu_and_mo_ussd2(2820)8589708 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mo_ussd2(2804)15076748 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mo_ussd2(2802)6472192 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 3TC_iu_multi_lu_and_mo_ussd2(2794)4303138 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 4TC_iu_multi_lu_and_mo_ussd2(2818)7724211 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 4 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 5TC_iu_multi_lu_and_mo_ussd2(2792)12136776 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 5 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 6TC_iu_multi_lu_and_mo_ussd2(2796)3249537 TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 6 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 7TC_iu_multi_lu_and_mo_ussd2(2808)1643689 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 7 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 9TC_iu_multi_lu_and_mo_ussd2(2800)3487142 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 9 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 10TC_iu_multi_lu_and_mo_ussd2(2820)9026561 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 10 set to 1 TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '37F17780'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '30B60362'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B3121675'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 14TC_iu_multi_lu_and_mo_ussd2(2810)11636857 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 14 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 15TC_iu_multi_lu_and_mo_ussd2(2798)1938198 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 15 set to 1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:15 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05148D00F50C210461A19DC3'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05548D00F50C210461A19DC3'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05548D00F50C210461A19DC3'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'E60D8C'O, sourceLocRef := '0001D1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '62C200'O, sourceLocRef := '0001D2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '41A922'O, sourceLocRef := '0001D3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '75DCB3'O, sourceLocRef := '0001D4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B93148'O, sourceLocRef := '0001D5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '319581'O, sourceLocRef := '0001D6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '1914A9'O, sourceLocRef := '0001D7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '3535A6'O, sourceLocRef := '0001D8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '89BC01'O, sourceLocRef := '0001D9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 8TC_iu_multi_lu_and_mo_ussd2(2806)13178270 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2384C5A1'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 11TC_iu_multi_lu_and_mo_ussd2(2812)11341386 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B19079'O, sourceLocRef := '0001DA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '1D9316'O, sourceLocRef := '0001DB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B74B7A2E'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'AD0BCB8A'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 13TC_iu_multi_lu_and_mo_ussd2(2816)65534 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 12TC_iu_multi_lu_and_mo_ussd2(2814)2873827 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 8TC_iu_multi_lu_and_mo_ussd2(2812)1015102 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 8 set to 1 TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:8 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 11TC_iu_multi_lu_and_mo_ussd2(2816)6854234 TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 11 set to 1 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 12TC_iu_multi_lu_and_mo_ussd2(2806)7980788 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 12 set to 1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:11 TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '2B633F2A'O ("+c?*") } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E96FDF9D2104EDDF46C3'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554E96FDF9D2104EDDF46C3'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554E96FDF9D2104EDDF46C3'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Added conn table entry 13TC_iu_multi_lu_and_mo_ussd2(2814)11612341 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patch: N(SD) for ConnIdx 13 set to 1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: First idle individual index:13 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051468A9EDC5210425D3E151'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055468A9EDC5210425D3E151'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055468A9EDC5210425D3E151'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142B64177221040DEBE639'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05542B64177221040DEBE639'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D9B025D021046B1E692C'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554D9B025D021046B1E692C'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051430EEEA7A21044E57976B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055430EEEA7A21044E57976B'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D021F0A42104A16E960D'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554D021F0A42104A16E960D'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05145B9AE9782104DD1FA35D'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05545B9AE9782104DD1FA35D'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '0F7D3E'O, sourceLocRef := '0001DC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '68965A'O, sourceLocRef := '0001DD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := '79C6F4'O, sourceLocRef := '0001DE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: { messageType := 2, destLocRef := 'B130B5'O, sourceLocRef := '0001DF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05542B64177221040DEBE639'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D9B025D021046B1E692C'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055430EEEA7A21044E57976B'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D021F0A42104A16E960D'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05545B9AE9782104DD1FA35D'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001100" to be handled at TC_iu_multi_lu_and_mo_ussd2(2791) TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051498F5C7CB210457BF5705'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055498F5C7CB210457BF5705'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514AC58D1DB210474EBA626'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554AC58D1DB210474EBA626'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051468A9EDC5210425D3E151'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055468A9EDC5210425D3E151'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '051465C38E802104EFECAEB9'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '055465C38E802104EFECAEB9'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055498F5C7CB210457BF5705'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554AC58D1DB210474EBA626'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055468A9EDC5210425D3E151'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514BC0B83D1210465D95B8C'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554BC0B83D1210465D95B8C'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055465C38E802104EFECAEB9'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554BC0B83D1210465D95B8C'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001107" to be handled at TC_iu_multi_lu_and_mo_ussd2(2804) MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[2] for "262420000001102" to be handled at TC_iu_multi_lu_and_mo_ussd2(2794) MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[3] for "262420000001114" to be handled at TC_iu_multi_lu_and_mo_ussd2(2818) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[4] for "262420000001103" to be handled at TC_iu_multi_lu_and_mo_ussd2(2796) MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[5] for "262420000001109" to be handled at TC_iu_multi_lu_and_mo_ussd2(2808) MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[6] for "262420000001101" to be handled at TC_iu_multi_lu_and_mo_ussd2(2792) MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[7] for "262420000001104" to be handled at TC_iu_multi_lu_and_mo_ussd2(2798) MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[8] for "262420000001106" to be handled at TC_iu_multi_lu_and_mo_ussd2(2802) MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05140C8925702104CD0B1AA5'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05540C8925702104CD0B1AA5'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B8EA016C2104E9034E3A'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '0554B8EA016C2104E9034E3A'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=1 into dtap '05149C33371E2104A00453E8'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '05549C33371E2104A00453E8'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[9] for "262420000001115" to be handled at TC_iu_multi_lu_and_mo_ussd2(2820) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05540C8925702104CD0B1AA5'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554B8EA016C2104E9034E3A'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05549C33371E2104A00453E8'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001105" to be handled at TC_iu_multi_lu_and_mo_ussd2(2800) TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[11] for "262420000001110" to be handled at TC_iu_multi_lu_and_mo_ussd2(2810) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mo_ussd2(2791)16665982 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2791)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[12] for "262420000001111" to be handled at TC_iu_multi_lu_and_mo_ussd2(2812) MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:10 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mo_ussd2(2804)15076748 TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[13] for "262420000001112" to be handled at TC_iu_multi_lu_and_mo_ussd2(2814) TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2804)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[14] for "262420000001108" to be handled at TC_iu_multi_lu_and_mo_ussd2(2806) MSC_Test-GSUP(2789)@c3a6fa1a763d: Created GsupExpect[15] for "262420000001113" to be handled at TC_iu_multi_lu_and_mo_ussd2(2816) TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2820)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 10TC_iu_multi_lu_and_mo_ussd2(2820)9026561 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 7TC_iu_multi_lu_and_mo_ussd2(2808)1643689 MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2808)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:9 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2794)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 3TC_iu_multi_lu_and_mo_ussd2(2794)4303138 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 4TC_iu_multi_lu_and_mo_ussd2(2818)7724211 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 9TC_iu_multi_lu_and_mo_ussd2(2800)3487142 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mo_ussd2(2802)6472192 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 5TC_iu_multi_lu_and_mo_ussd2(2792)12136776 TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2818)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2792)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2800)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2802)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patching N(SD)=2 into dtap '1B3B1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: patched enc_l3: '1BBB1C15A11302010502013B300B04010F0406AA510C061B01'O TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:37 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440210000010010401A191BBB1C15A11302010502013B300B04010F0406AA510C061B01'O TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:15 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:14 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2783)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:6 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:15 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:14 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 6TC_iu_multi_lu_and_mo_ussd2(2796)3249537 TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:13 TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mo_ussd2(2796)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 15TC_iu_multi_lu_and_mo_ussd2(2798)1938198 TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2798)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2810)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 14TC_iu_multi_lu_and_mo_ussd2(2810)11636857 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on connection ID:12 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2783)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:13 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:8 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:11 MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Session index based on local reference:12 MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2785)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 13TC_iu_multi_lu_and_mo_ussd2(2814)11612341 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 8TC_iu_multi_lu_and_mo_ussd2(2812)1015102 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 11TC_iu_multi_lu_and_mo_ussd2(2816)6854234 MSC_Test_2-RAN(2784)@c3a6fa1a763d: Deleted conn table entry 12TC_iu_multi_lu_and_mo_ussd2(2806)7980788 TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2812)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2814)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mo_ussd2(2816)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mo_ussd2(2806)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(2779)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2778)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2805)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2815)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2780)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2799)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2782)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2781)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2813)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2811)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2803)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2821)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2809)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2793)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2797)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2807)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2822)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2789)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2787)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2777)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2783)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2784)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2801)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2776)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2790)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2786)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2795)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2788)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2785)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2819)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2817)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2776): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2777): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2778): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2779): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2780): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2781): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2782): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2783): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2784): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2785): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2786): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2787): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2788): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2789): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2790): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2791): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2792): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2793): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2794): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2795): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2796): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2797): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2798): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2799): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2800): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2801): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2802): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2803): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2804): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2805): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2806): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2807): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2808): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2809): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2810): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2811): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2812): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2813): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2814): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2815): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2816): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2817): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2818): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2819): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mo_ussd2(2820): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2821): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2822): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_multi_lu_and_mo_ussd finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd pass'. Mon May 13 05:06:52 UTC 2024 ====== MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=4489985) Waiting for packet dumper to finish... 1 (prev_count=4489985, count=4491150) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd'. ------ MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd ------ Mon May 13 05:06:57 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_multi_lu_and_mt_ussd started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2826)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2826)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2826)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2824)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_1-M3UA(2829)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2829)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2829)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2827)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2832)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2832)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2832)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2830)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2826)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-MNCC(2833)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_1-M3UA(2829)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2829)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2832)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001116" to be handled at TC_iu_multi_lu_and_mt_ussd2(2838) TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001116'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2826)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2826)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2825)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2829)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2829)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2828)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2838)14053804 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D671AC'O, sourceLocRef := '0001E0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001116" handled at TC_iu_multi_lu_and_mt_ussd2(2838) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_multi_lu_and_mt_ussd2(2838)"262420000001116" MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001117" to be handled at TC_iu_multi_lu_and_mt_ussd2(2839) TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001117'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514FDF90C4A210441037B86'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554FDF90C4A210441037B86'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554FDF90C4A210441037B86'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2839)14232823 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D92CF7'O, sourceLocRef := '0001E1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001117" handled at TC_iu_multi_lu_and_mt_ussd2(2839) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 1TC_iu_multi_lu_and_mt_ussd2(2839)"262420000001117" TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514AD5C5A4E2104FD82E0B5'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554AD5C5A4E2104FD82E0B5'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554AD5C5A4E2104FD82E0B5'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2838)14053804 TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[0] for '262420000001116'H'23FEA1B8'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2838) TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001116" to be handled at TC_iu_multi_lu_and_mt_ussd2(2838) MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2838) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2839)14232823 TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[1] for '262420000001117'H'291C7794'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2839) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[1] for "262420000001117" to be handled at TC_iu_multi_lu_and_mt_ussd2(2839) TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[2] for "262420000001118" to be handled at TC_iu_multi_lu_and_mt_ussd2(2841) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '23FEA1B8'O } } } }, additionalUpdateParameters := omit } } } } TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001118'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2839) MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2838)13724794 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2841)7695847 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'D16C7A'O, sourceLocRef := '0001E2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[2] for "262420000001118" handled at TC_iu_multi_lu_and_mt_ussd2(2841) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 2TC_iu_multi_lu_and_mt_ussd2(2841)"262420000001118" TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '291C7794'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2839)4954340 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '756DE7'O, sourceLocRef := '0001E3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514ACEDB12621044BAB2163'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514ACEDB12621044BAB2163'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514ACEDB12621044BAB2163'O TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '4B98E4'O, sourceLocRef := '0001E4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '051408BF768C2104AFF7CD7C'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '055408BF768C2104AFF7CD7C'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055408BF768C2104AFF7CD7C'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '05144EF2D92E210425C3FB5B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '05144EF2D92E210425C3FB5B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05144EF2D92E210425C3FB5B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2838)13724794 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2838)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[2] for "262420000001119" to be handled at TC_iu_multi_lu_and_mt_ussd2(2843) TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001119'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2843)6534872 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[2] for "262420000001119" handled at TC_iu_multi_lu_and_mt_ussd2(2843) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 3TC_iu_multi_lu_and_mt_ussd2(2843)"262420000001119" MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '63B6D8'O, sourceLocRef := '0001E5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2839)4954340 TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2839)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2841)7695847 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '05141A5AD05321042FE02F28'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '05541A5AD05321042FE02F28'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05541A5AD05321042FE02F28'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[2] for '262420000001118'H'12EBDE33'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2841) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[2] for "262420000001118" to be handled at TC_iu_multi_lu_and_mt_ussd2(2841) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[3] for "262420000001120" to be handled at TC_iu_multi_lu_and_mt_ussd2(2845) TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001120'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2841) MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2845)15689369 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[3] for "262420000001120" handled at TC_iu_multi_lu_and_mt_ussd2(2845) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 4TC_iu_multi_lu_and_mt_ussd2(2845)"262420000001120" MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EF6699'O, sourceLocRef := '0001E6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '12EBDE33'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2841)13225814 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '05142026404721041AE9DF91'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '05542026404721041AE9DF91'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'C9CF56'O, sourceLocRef := '0001E7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05542026404721041AE9DF91'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '051454157DD82104936ABF92'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '051454157DD82104936ABF92'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C051454157DD82104936ABF92'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2843)6534872 TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[3] for '262420000001119'H'036A3766'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2843) TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[3] for "262420000001119" to be handled at TC_iu_multi_lu_and_mt_ussd2(2843) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[4] for "262420000001121" to be handled at TC_iu_multi_lu_and_mt_ussd2(2847) TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001121'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2847)5007164 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[4] for "262420000001121" handled at TC_iu_multi_lu_and_mt_ussd2(2847) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 5TC_iu_multi_lu_and_mt_ussd2(2847)"262420000001121" MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2843) TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '4C673C'O ("Lg<"), sourceLocRef := '0001E8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '036A3766'O } } } }, additionalUpdateParameters := omit } } } } TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2841)13225814 TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2843)2404922 TC_iu_multi_lu_and_mt_ussd2(2841)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '24B23A'O, sourceLocRef := '0001E9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2845)15689369 TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514C707FD7021041E5CC961'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554C707FD7021041E5CC961'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[4] for '262420000001120'H'B4A79775'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2845) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554C707FD7021041E5CC961'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[4] for "262420000001120" to be handled at TC_iu_multi_lu_and_mt_ussd2(2845) TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514CFB34373210451A5570E'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514CFB34373210451A5570E'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514CFB34373210451A5570E'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[5] for "262420000001122" to be handled at TC_iu_multi_lu_and_mt_ussd2(2849) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001122'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2845) TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[6] for "262420000001123" to be handled at TC_iu_multi_lu_and_mt_ussd2(2851) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001123'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B4A79775'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2845)16101231 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F5AF6F'O, sourceLocRef := '0001EA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2843)2404922 TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2843)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[7] for "262420000001124" to be handled at TC_iu_multi_lu_and_mt_ussd2(2853) MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2849)2287123 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001124'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2851)3315933 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 4TC_iu_multi_lu_and_mt_ussd2(2853)2349477 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:4 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 4 set to 1 MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[5] for "262420000001122" handled at TC_iu_multi_lu_and_mt_ussd2(2849) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 6TC_iu_multi_lu_and_mt_ussd2(2849)"262420000001122" MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514750D9B3C2104A324A229'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514750D9B3C2104A324A229'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514750D9B3C2104A324A229'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[6] for "262420000001123" handled at TC_iu_multi_lu_and_mt_ussd2(2851) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 7TC_iu_multi_lu_and_mt_ussd2(2851)"262420000001123" MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[7] for "262420000001124" handled at TC_iu_multi_lu_and_mt_ussd2(2853) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 8TC_iu_multi_lu_and_mt_ussd2(2853)"262420000001124" MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '22E613'O, sourceLocRef := '0001EB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '3298DD'O, sourceLocRef := '0001EC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '23D9A5'O, sourceLocRef := '0001ED'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514C0F6B15A21041999021D'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554C0F6B15A21041999021D'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554C0F6B15A21041999021D'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2847)5007164 TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[5] for '262420000001121'H'49DEDAB7'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2847) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[5] for "262420000001121" to be handled at TC_iu_multi_lu_and_mt_ussd2(2847) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2847) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '49DEDAB7'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2845)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2845)16101231 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2847)8338689 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514A49FDB7A2104355E3D76'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554A49FDB7A2104355E3D76'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554A49FDB7A2104355E3D76'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514A4C544F021044F80134D'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554A4C544F021044F80134D'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554A4C544F021044F80134D'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '7F3D01'O, sourceLocRef := '0001EE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '051443A472EA2104A65B53A5'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '051443A472EA2104A65B53A5'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C051443A472EA2104A65B53A5'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[6] for "262420000001125" to be handled at TC_iu_multi_lu_and_mt_ussd2(2855) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001125'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2849)2287123 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2847)8338689 TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2847)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[6] for '262420000001122'H'21C6C3D0'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2849) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[7] for "262420000001122" to be handled at TC_iu_multi_lu_and_mt_ussd2(2849) TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2855)8019086 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[6] for "262420000001125" handled at TC_iu_multi_lu_and_mt_ussd2(2855) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 9TC_iu_multi_lu_and_mt_ussd2(2855)"262420000001125" MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '7A5C8E'O, sourceLocRef := '0001EF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2849) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '21C6C3D0'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2851)3315933 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2849)15698777 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[7] for '262420000001123'H'7E1DC03D'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2851) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[6] for "262420000001123" to be handled at TC_iu_multi_lu_and_mt_ussd2(2851) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EF8B59'O, sourceLocRef := '0001F0'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[8] for "262420000001126" to be handled at TC_iu_multi_lu_and_mt_ussd2(2857) TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001126'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2851) MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 4TC_iu_multi_lu_and_mt_ussd2(2853)2349477 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514EEC8BBC92104E4A8B6E3'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554EEC8BBC92104E4A8B6E3'O TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[8] for '262420000001124'H'554EED8B'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2853) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[9] for "262420000001124" to be handled at TC_iu_multi_lu_and_mt_ussd2(2853) TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554EEC8BBC92104E4A8B6E3'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '7E1DC03D'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2851)1664558 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '19662E'O, sourceLocRef := '0001F1'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514D880A3EE210428D3F9A2'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514D880A3EE210428D3F9A2'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514D880A3EE210428D3F9A2'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2853) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2857)8464840 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 3 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:3 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '554EED8B'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 4TC_iu_multi_lu_and_mt_ussd2(2853)2808242 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:4 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001127" to be handled at TC_iu_multi_lu_and_mt_ussd2(2859) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001127'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[8] for "262420000001126" handled at TC_iu_multi_lu_and_mt_ussd2(2857) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 10TC_iu_multi_lu_and_mt_ussd2(2857)"262420000001126" TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '8129C8'O, sourceLocRef := '0001F2'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '2AD9B2'O, sourceLocRef := '0001F3'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514560D9E33210410EED98A'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514560D9E33210410EED98A'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514560D9E33210410EED98A'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514066E8531210433B7F107'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514066E8531210433B7F107'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514066E8531210433B7F107'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 5TC_iu_multi_lu_and_mt_ussd2(2859)5881649 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 5 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:5 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[10] for "262420000001127" handled at TC_iu_multi_lu_and_mt_ussd2(2859) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 11TC_iu_multi_lu_and_mt_ussd2(2859)"262420000001127" MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '59BF31'O, sourceLocRef := '0001F4'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '051421169FFA21043BF44AEA'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '055421169FFA21043BF44AEA'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2855)8019086 TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[9] for '262420000001125'H'71624272'O ("qbBr") to be handled at TC_iu_multi_lu_and_mt_ussd2(2855) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[8] for "262420000001125" to be handled at TC_iu_multi_lu_and_mt_ussd2(2855) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C055421169FFA21043BF44AEA'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2849)15698777 TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001128" to be handled at TC_iu_multi_lu_and_mt_ussd2(2861) TC_iu_multi_lu_and_mt_ussd2(2849)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001128'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2855) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2851)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2851)1664558 TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:4 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2861)1258842 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '71624272'O ("qbBr") } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '05144B6843722104EFA9248A'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '05544B6843722104EFA9248A'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05544B6843722104EFA9248A'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2855)14413608 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:4 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 4TC_iu_multi_lu_and_mt_ussd2(2853)2808242 TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2853)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[10] for "262420000001128" handled at TC_iu_multi_lu_and_mt_ussd2(2861) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 12TC_iu_multi_lu_and_mt_ussd2(2861)"262420000001128" MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001129" to be handled at TC_iu_multi_lu_and_mt_ussd2(2863) TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001129'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '13355A'O, sourceLocRef := '0001F5'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'DBEF28'O, sourceLocRef := '0001F6'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514F5C0C2FD21041A9D591C'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514F5C0C2FD21041A9D591C'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514F5C0C2FD21041A9D591C'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2857)8464840 TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[10] for '262420000001126'H'0CE987CA'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2857) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B32ECC7C21045F43E81B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554B32ECC7C21045F43E81B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554B32ECC7C21045F43E81B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2863)4779610 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:2 MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[11] for "262420000001126" to be handled at TC_iu_multi_lu_and_mt_ussd2(2857) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[10] for "262420000001129" handled at TC_iu_multi_lu_and_mt_ussd2(2863) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 13TC_iu_multi_lu_and_mt_ussd2(2863)"262420000001129" MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '48EE5A'O, sourceLocRef := '0001F7'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001130" to be handled at TC_iu_multi_lu_and_mt_ussd2(2865) TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001130'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:5 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:5 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2857) MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 5TC_iu_multi_lu_and_mt_ussd2(2859)5881649 TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2857)4848333 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:3 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0CE987CA'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '49FACD'O, sourceLocRef := '0001F8'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554E90D070C2104BC8686D9'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2855)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2855)14413608 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514E90D070C2104BC8686D9'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554E90D070C2104BC8686D9'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[11] for '262420000001127'H'B7C244C7'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2859) TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2865)15887158 MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[12] for "262420000001127" to be handled at TC_iu_multi_lu_and_mt_ussd2(2859) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 1 set to 1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[10] for "262420000001130" handled at TC_iu_multi_lu_and_mt_ussd2(2865) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 14TC_iu_multi_lu_and_mt_ussd2(2865)"262420000001130" MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2859) MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '05146EA10D512104B3C4841F'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '05146EA10D512104B3C4841F'O TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F26B36'O, sourceLocRef := '0001F9'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05146EA10D512104B3C4841F'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554D95461812104698B4853'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514D95461812104698B4853'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554D95461812104698B4853'O TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'B7C244C7'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 4TC_iu_multi_lu_and_mt_ussd2(2859)5993378 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2861)1258842 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[12] for '262420000001128'H'358BFF09'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2861) TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001131" to be handled at TC_iu_multi_lu_and_mt_ussd2(2867) TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001131'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[13] for "262420000001128" to be handled at TC_iu_multi_lu_and_mt_ussd2(2861) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '5B73A2'O, sourceLocRef := '0001FA'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2861) TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514BB4E479B2104E070DFBB'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514BB4E479B2104E070DFBB'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514BB4E479B2104E070DFBB'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '358BFF09'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2857)4848333 TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2861)3735228 TC_iu_multi_lu_and_mt_ussd2(2857)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:3 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '38FEBC'O, sourceLocRef := '0001FB'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2863)4779610 TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[13] for '262420000001129'H'A6E9FF4B'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2863) TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[14] for "262420000001129" to be handled at TC_iu_multi_lu_and_mt_ussd2(2863) TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514D0EF58302104969997DC'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514D0EF58302104969997DC'O TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514D0EF58302104969997DC'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2867)2801489 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patch: N(SD) for ConnIdx 2 set to 1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test-GSUP(2836)@c3a6fa1a763d: Found GsupExpect[10] for "262420000001131" handled at TC_iu_multi_lu_and_mt_ussd2(2867) MSC_Test-GSUP(2836)@c3a6fa1a763d: Added IMSI table entry 15TC_iu_multi_lu_and_mt_ussd2(2867)"262420000001131" MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '2ABF51'O, sourceLocRef := '0001FC'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2863) TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2859)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): none -> pass TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'A6E9FF4B'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 4TC_iu_multi_lu_and_mt_ussd2(2859)5993378 TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2863)1816486 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2865)15887158 MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514BFAC31062104254AA55B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0554BFAC31062104254AA55B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554BFAC31062104254AA55B'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[14] for '262420000001130'H'AB48BC83'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2865) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[10] for "262420000001130" to be handled at TC_iu_multi_lu_and_mt_ussd2(2865) MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '1BB7A6'O, sourceLocRef := '0001FD'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2865) TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := 'AB48BC83'O } } } }, additionalUpdateParameters := omit } } } } TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2865)4596099 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '462183'O, sourceLocRef := '0001FE'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:3 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2861)@c3a6fa1a763d: Final verdict of PTC: pass TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2861)3735228 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514FA62E38C2104C787412E'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514FA62E38C2104C787412E'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514FA62E38C2104C787412E'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '05149DFA7EF321044BC7957A'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '05149DFA7EF321044BC7957A'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C05149DFA7EF321044BC7957A'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 1TC_iu_multi_lu_and_mt_ussd2(2865)4596099 TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2865)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 2TC_iu_multi_lu_and_mt_ussd2(2867)2801489 TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: Created IMSI[15] for '262420000001131'H'0EB504E4'O to be handled at TC_iu_multi_lu_and_mt_ussd2(2867) MSC_Test-GSUP(2836)@c3a6fa1a763d: Created GsupExpect[15] for "262420000001131" to be handled at TC_iu_multi_lu_and_mt_ussd2(2867) MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2831)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_multi_lu_and_mt_ussd2(2867) MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 3TC_iu_multi_lu_and_mt_ussd2(2863)1816486 TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2863)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '0EB504E4'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2831)@c3a6fa1a763d: Added conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2867)8540260 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: { messageType := 2, destLocRef := '825064'O, sourceLocRef := '0001FF'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514449E50A12104C8F294BD'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '0514449E50A12104C8F294BD'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514449E50A12104C8F294BD'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2831)@c3a6fa1a763d: patching N(SD)=1 into dtap '8B3A05A203020101'O MSC_Test_2-RAN(2831)@c3a6fa1a763d: patched enc_l3: '8B7A05A203020101'O MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:20 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014401000000100104009088B7A05A203020101'O TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2830)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2830)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2831)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_multi_lu_and_mt_ussd2(2867)8540260 TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2832)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP IPA-CTRL-CLI-IPA(2852)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2840)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2848)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2823)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2854)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2828)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2833)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2824)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2866)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2844)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2858)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2836)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2846)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2825)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2862)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2842)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2829)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2856)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2860)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2864)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2827)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2826)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2869)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2837)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2868)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2850)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2835)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2834)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2831)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2832)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2830)@c3a6fa1a763d: Final verdict of PTC: none TC_iu_multi_lu_and_mt_ussd2(2867)@c3a6fa1a763d: Final verdict of PTC: pass MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2823): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2824): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2825): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2826): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2827): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2828): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2829): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2830): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2831): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2832): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2833): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2834): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2835): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2836): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2837): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2838): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2839): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2840): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2841): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2842): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2843): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2844): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2845): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2846): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2847): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2848): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2849): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2850): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2851): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2852): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2853): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2854): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2855): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2856): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2857): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2858): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2859): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2860): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2861): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2862): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2863): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2864): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2865): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2866): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_multi_lu_and_mt_ussd2(2867): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2868): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2869): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_multi_lu_and_mt_ussd finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd pass'. Mon May 13 05:07:02 UTC 2024 ====== MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=4753093) Waiting for packet dumper to finish... 1 (prev_count=4753093, count=4754258) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc'. ------ MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc ------ Mon May 13 05:07:07 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_with_invalid_mcc_mnc started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2873)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2873)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2873)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2871)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2876)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2876)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2876)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2874)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-M3UA(2879)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2879)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2879)@c3a6fa1a763d: ************************************************* MSC_Test_2-SCCP(2877)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2880)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2873)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2873)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2873)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2873)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2876)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2876)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2879)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2879)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2883)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001054" to be handled at TC_iu_lu_with_invalid_mcc_mnc2(2885) TC_iu_lu_with_invalid_mcc_mnc2(2885)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001054'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2873)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2873)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2872)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2876)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2876)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2875)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2878)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-RAN(2878)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_with_invalid_mcc_mnc2(2885)4798380 MSC_Test_2-SCCP(2877)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2878)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2877)@c3a6fa1a763d: { messageType := 2, destLocRef := '4937AC'O, sourceLocRef := '000200'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2877)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2883)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001054" handled at TC_iu_lu_with_invalid_mcc_mnc2(2885) MSC_Test-GSUP(2883)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_with_invalid_mcc_mnc2(2885)"262420000001054" MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2877)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2877)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2877)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2877)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2877)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2877)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2877)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2877)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2877)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2878)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_with_invalid_mcc_mnc2(2885)4798380 MSC_Test_2-M3UA(2879)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } TC_iu_lu_with_invalid_mcc_mnc2(2885)@c3a6fa1a763d: setverdict(fail): none -> fail reason: "Tguard timeout", new component reason: "Tguard timeout" MC@c3a6fa1a763d: Test Component 2885 has requested to stop MTC. Terminating current testcase execution. TC_iu_lu_with_invalid_mcc_mnc2(2885)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Tguard timeout" MSC_Test_1-SCCP(2874)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2871)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2875)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2870)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2873)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2879)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2877)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2882)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2881)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2880)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2872)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2878)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2883)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2876)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2884)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2886)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2870): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2871): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2872): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2873): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2874): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2875): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2876): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2877): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2878): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2879): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2880): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2881): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2882): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2883): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2884): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_with_invalid_mcc_mnc2(2885): fail (none -> fail) reason: "Tguard timeout" MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2886): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_iu_lu_with_invalid_mcc_mnc finished. Verdict: fail reason: Tguard timeout MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc fail'. Mon May 13 05:08:09 UTC 2024 ------ MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=223014) Waiting for packet dumper to finish... 1 (prev_count=223014, count=226213) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging'. ------ MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging ------ Mon May 13 05:08:13 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_iu_lu_and_expire_while_paging started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2890)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2890)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2890)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2888)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-SCCP(2891)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2893)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2893)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2894)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2896)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2896)@c3a6fa1a763d: ************************************************* MSC_Test-MNCC(2897)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2890)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2890)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2890)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2890)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2893)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2893)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2896)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2896)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_0-M3UA(2890)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2890)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2889)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_1-M3UA(2893)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2893)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2892)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2895)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2900)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001055" to be handled at TC_iu_lu_and_expire_while_paging2(2902) TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001055'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2895)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_expire_while_paging2(2902)10865104 MSC_Test_2-RAN(2895)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: First idle individual index:0 MSC_Test-GSUP(2900)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001055" handled at TC_iu_lu_and_expire_while_paging2(2902) MSC_Test-GSUP(2900)@c3a6fa1a763d: Added IMSI table entry 0TC_iu_lu_and_expire_while_paging2(2902)"262420000001055" MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: { messageType := 2, destLocRef := 'A5C9D0'O, sourceLocRef := '000201'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2895)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514B638605821045C7C169F'O MSC_Test_2-RAN(2895)@c3a6fa1a763d: patched enc_l3: '0554B638605821045C7C169F'O MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554B638605821045C7C169F'O MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2895)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2895)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_from0 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2895)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_expire_while_paging2(2902)10865104 TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2895)@c3a6fa1a763d: Created IMSI[0] for '262420000001055'H'77093BE3'O to be handled at TC_iu_lu_and_expire_while_paging2(2902) MSC_Test-GSUP(2900)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001055" to be handled at TC_iu_lu_and_expire_while_paging2(2902) MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2895)@c3a6fa1a763d: CommonRanapUnitdataCallback: IMSI/TMSI found in table, dispatching to TC_iu_lu_and_expire_while_paging2(2902) TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { rrm := { pagingResponse := { messageType := '00000000'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, spare1_4 := '0000'B, mobileStationClassmark := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '77093BE3'O } } } }, additionalUpdateParameters := omit } } } } MSC_Test_2-RAN(2895)@c3a6fa1a763d: Added conn table entry 0TC_iu_lu_and_expire_while_paging2(2902)7615259 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: { messageType := 2, destLocRef := '74331B'O, sourceLocRef := '000202'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2895)@c3a6fa1a763d: patching N(SD)=0 into dtap '0514286E43182104CF469AB2'O MSC_Test_2-RAN(2895)@c3a6fa1a763d: patched enc_l3: '0514286E43182104CF469AB2'O MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0514286E43182104CF469AB2'O MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2894)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2894)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2895)@c3a6fa1a763d: Deleted conn table entry 0TC_iu_lu_and_expire_while_paging2(2902)7615259 TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2896)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_iu_lu_and_expire_while_paging2(2902)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_0-M3UA(2890)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2889)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2895)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2891)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2896)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2888)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2901)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-M3UA(2893)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2900)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2903)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2898)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2899)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2897)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2892)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2894)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2887)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2887): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2888): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2889): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2890): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2891): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2892): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2893): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2894): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2895): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2896): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2897): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2898): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2899): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2900): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2901): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_iu_lu_and_expire_while_paging2(2902): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2903): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_iu_lu_and_expire_while_paging finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging pass'. Mon May 13 05:08:16 UTC 2024 ====== MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=414759) Waiting for packet dumper to finish... 1 (prev_count=414759, count=415924) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_mo_cc_iu_release'. ------ MSC_Tests_Iu.TC_mo_cc_iu_release ------ Mon May 13 05:08:21 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_Iu.TC_mo_cc_iu_release' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_mo_cc_iu_release started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2907)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2907)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2907)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2905)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_1-M3UA(2910)@c3a6fa1a763d: ************************************************* MSC_Test_1-M3UA(2910)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_1-M3UA(2910)@c3a6fa1a763d: ************************************************* MSC_Test_1-SCCP(2908)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MTC@c3a6fa1a763d: Connecting RANAP RAN_Emulation to SCCP_SP_PORT MSC_Test_2-M3UA(2913)@c3a6fa1a763d: ************************************************* MSC_Test_2-M3UA(2913)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_2-M3UA(2913)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_2-SCCP(2911)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2914)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2907)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2907)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2907)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2907)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2910)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23907 to server: "172.18.110.200":2905 association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_1-M3UA(2910)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2913)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23908 to server: "172.18.110.200":2905 association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_2-M3UA(2913)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Received M3UA_DAVA -> discard MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2907)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2907)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test_0-RAN(2906)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_1-M3UA(2910)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Message received on association #8 MSC_Test_1-M3UA(2910)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_1-RAN(2909)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2912)@c3a6fa1a763d: RANAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(2917)@c3a6fa1a763d: Created GsupExpect[0] for "262420000001043" to be handled at TC_mo_cc_iu_release2(2919) TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000001043'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_2-RAN(2912)@c3a6fa1a763d: Added conn table entry 0TC_mo_cc_iu_release2(2919)15421071 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-RAN(2912)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2917)@c3a6fa1a763d: Found GsupExpect[0] for "262420000001043" handled at TC_mo_cc_iu_release2(2919) MSC_Test-GSUP(2917)@c3a6fa1a763d: Added IMSI table entry 0TC_mo_cc_iu_release2(2919)"262420000001043" MSC_Test_2-SCCP(2911)@c3a6fa1a763d: { messageType := 2, destLocRef := 'EB4E8F'O, sourceLocRef := '000203'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-RAN(2912)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514FB757D9E2104DCF2B914'O MSC_Test_2-RAN(2912)@c3a6fa1a763d: patched enc_l3: '0554FB757D9E2104DCF2B914'O MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554FB757D9E2104DCF2B914'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-RAN(2912)@c3a6fa1a763d: patching N(SD)=2 into dtap '051B'O MSC_Test_2-RAN(2912)@c3a6fa1a763d: patched enc_l3: '059B'O MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:14 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0014400A0000010010400302059B'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2912)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_cc_iu_release2(2919)15421071 MSC_Test_2-RAN(2912)@c3a6fa1a763d: Added conn table entry 0TC_mo_cc_iu_release2(2919)2085841 MSC_Test_2-RAN(2912)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Sending InitialUE: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '0001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '90BB499E'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_2-SCCP(2911)@c3a6fa1a763d: First idle individual index:0 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: { messageType := 2, destLocRef := '1FD3D1'O, sourceLocRef := '000204'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B9008E'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-RAN(2912)@c3a6fa1a763d: patching N(SD)=1 into dtap '0514EE0E8C922104E805E054'O MSC_Test_2-RAN(2912)@c3a6fa1a763d: patched enc_l3: '0554EE0E8C922104E805E054'O MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:24 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440140000010010400D0C0554EE0E8C922104E805E054'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '200600080000010006000100'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-MNCC(2914)@c3a6fa1a763d: Created MnccExpect[0] for "12345" to be handled at TC_mo_cc_iu_release2(2919) MSC_Test-MGCP(2915)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_mo_cc_iu_release2(2919) MSC_Test_2-RAN(2912)@c3a6fa1a763d: patching N(SD)=2 into dtap '030504066005040200815E04802143F5'O MSC_Test_2-RAN(2912)@c3a6fa1a763d: patched enc_l3: '038504066005040200815E04802143F5'O MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:28 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001440180000010010401110038504066005040200815E04802143F5'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test-MGCP(2915)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "367", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "d5" }, { code := "L", val := "p:20, a:AMR, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_mo_cc_iu_release2(2919) TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish 2: rx 1st CRCX MSC_Test-MNCC(2914)@c3a6fa1a763d: Found MnccExpect[0] for "12345" handled at TC_mo_cc_iu_release2(2919) MSC_Test-MNCC(2914)@c3a6fa1a763d: Added conn table entry 0TC_mo_cc_iu_release2(2919)-2147483590 TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish 1: rx MNCC SETUP ind TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish 6: rx 2nd CRCX MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish 4.iu: rx RANAP RAB Assignment Request MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:46 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '6000002A000001003440230000010033401C60BA7C350001C0A802150000000000000000000000000040040C0000'O TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish 3: rx RTP CREATE TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish 5: rx MDCX for the RAN side MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish 7: rx CC Alerting MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:12 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000B40080000010004400140'O MSC_Test-MNCC(2914)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_cc_iu_release2(2919)-2147483590 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_2-SCCP(2911)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Osmux ok: use_osmux = false got_osmux_count = 0 TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: f_mo_call_establish DONE TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_len:7 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: vl_from0 MSC_Test_2-SCCP(2911)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '20010003000000'O MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Message received on association #8 MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_2-RAN(2912)@c3a6fa1a763d: Deleted conn table entry 0TC_mo_cc_iu_release2(2919)2085841 TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Skipping f_verify_vty_lac_ci(), disabled for Iu TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_2-M3UA(2913)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_mo_cc_iu_release2(2919)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test_1-M3UA(2910)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2905)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-SCCP(2908)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2917)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2907)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2916)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2918)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2914)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_1-RAN(2909)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2915)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2904)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-RAN(2912)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2906)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-SCCP(2911)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_2-M3UA(2913)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2920)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2904): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2905): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2906): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2907): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-SCCP(2908): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-RAN(2909): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_1-M3UA(2910): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-SCCP(2911): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-RAN(2912): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_2-M3UA(2913): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2914): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2915): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2916): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2917): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2918): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC TC_mo_cc_iu_release2(2919): pass (none -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2920): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_mo_cc_iu_release finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_mo_cc_iu_release pass'. Mon May 13 05:08:25 UTC 2024 ====== MSC_Tests_Iu.TC_mo_cc_iu_release pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_Iu.TC_mo_cc_iu_release.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=517809) Waiting for packet dumper to finish... 1 (prev_count=517809, count=521276) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_Iu.TC_mo_cc_iu_release pass' was executed successfully (exit status: 0). MC@c3a6fa1a763d: Test execution finished. MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_no_callref'. ------ MSC_Tests_ASCI.TC_no_callref ------ Mon May 13 05:08:30 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_no_callref' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_no_callref started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MSC_Test_0-M3UA(2924)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2924)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2924)@c3a6fa1a763d: ************************************************* MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-SCCP(2922)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2925)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2924)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2924)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2923)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-RAN(2923)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2923)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_no_callref0(2931) MSC_Test-GSUP(2928)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000033" to be handled at TC_no_callref0(2930) TC_no_callref0(2930)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000033'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(2923)@c3a6fa1a763d: Added conn table entry 0TC_no_callref0(2930)3731493 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: First idle individual index:0 MSC_Test-GSUP(2928)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000033" handled at TC_no_callref0(2930) MSC_Test-GSUP(2928)@c3a6fa1a763d: Added IMSI table entry 0TC_no_callref0(2930)"262420000000033" MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2922)@c3a6fa1a763d: { messageType := 2, destLocRef := '38F025'O, sourceLocRef := '000205'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(2923)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_no_callref0(2930)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_no_callref0(2930)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_no_callref0(2930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(2923)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(2923)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2923)@c3a6fa1a763d: Deleted conn table entry 0TC_no_callref0(2930)3731493 TC_no_callref0(2930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_no_callref0(2930)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_no_callref0(2930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_no_callref0(2930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MGCP(2926)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_no_callref0(2930) TC_no_callref0(2930)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '1D0D8B05'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(2923)@c3a6fa1a763d: Added conn table entry 0TC_no_callref0(2930)3967793 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2923)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2922)@c3a6fa1a763d: { messageType := 2, destLocRef := '3C8B31'O, sourceLocRef := '000206'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_no_callref0(2930)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_no_callref0(2930)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_no_callref0(2930)@c3a6fa1a763d: Sending SETUP. MTC@c3a6fa1a763d: Got test event: "SETUP" MSC_Test_0-RAN(2923)@c3a6fa1a763d: patching N(SD)=0 into dtap '003200002900'O MSC_Test_0-RAN(2923)@c3a6fa1a763d: patched enc_l3: '003200002900'O MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006003200002900'O MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2924)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2922)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_no_callref0(2930)@c3a6fa1a763d: Got GCC Termination with failure. MTC@c3a6fa1a763d: Got test event: "GCC_TERMINATION_FAIL" TC_no_callref0(2930)@c3a6fa1a763d: Got Clear Command on initial connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" MSC_Test_0-RAN(2923)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2923)@c3a6fa1a763d: Created Expect[1] for N-CONNECT to be handled at TC_no_callref0(2932) MTC@c3a6fa1a763d: All connection are cleared now. TC_no_callref0(2932)@c3a6fa1a763d: Final verdict of PTC: none TC_no_callref0(2930)@c3a6fa1a763d: Final verdict of PTC: pass TC_no_callref0(2931)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: getverdict: none MTC@c3a6fa1a763d: setverdict(pass): none -> pass MTC@c3a6fa1a763d: getverdict: pass MTC@c3a6fa1a763d: All expected events have been received. The test passed. MSC_Test-GSUP(2928)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2922)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2927)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2921)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2933)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2929)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2925)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2926)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2935)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2924)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2934)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2923)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: pass MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2921): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2922): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2923): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2924): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2925): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2926): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2927): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2928): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2929): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_no_callref0(2930): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_no_callref0(2931): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_no_callref0(2932): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2933): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2934): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2935): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_no_callref finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_no_callref pass'. Mon May 13 05:08:33 UTC 2024 ====== MSC_Tests_ASCI.TC_no_callref pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_ASCI.TC_no_callref.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=263070) Waiting for packet dumper to finish... 1 (prev_count=263070, count=264235) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_no_callref pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_setup_refuse'. ------ MSC_Tests_ASCI.TC_setup_refuse ------ Mon May 13 05:08:38 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_setup_refuse' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_setup_refuse started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2939)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2939)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2939)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2937)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2940)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2939)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2939)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2943)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000033" to be handled at TC_setup_refuse0(2945) TC_setup_refuse0(2945)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000033'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-RAN(2938)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(2938)@c3a6fa1a763d: Added conn table entry 0TC_setup_refuse0(2945)5690477 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(2938)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2943)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000033" handled at TC_setup_refuse0(2945) MSC_Test-GSUP(2943)@c3a6fa1a763d: Added IMSI table entry 0TC_setup_refuse0(2945)"262420000000033" MSC_Test_0-SCCP(2937)@c3a6fa1a763d: { messageType := 2, destLocRef := '56D46D'O, sourceLocRef := '000207'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(2938)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2938)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_setup_refuse0(2946) MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(2938)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2938)@c3a6fa1a763d: Created Expect[1] for N-CONNECT to be handled at TC_setup_refuse0(2947) MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2937)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_setup_refuse0(2945)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_setup_refuse0(2945)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_setup_refuse0(2945)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(2938)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(2938)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2937)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2937)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-RAN(2938)@c3a6fa1a763d: Deleted conn table entry 0TC_setup_refuse0(2945)5690477 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_setup_refuse0(2945)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_setup_refuse0(2945)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_setup_refuse0(2945)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_setup_refuse0(2945)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MGCP(2941)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_setup_refuse0(2945) TC_setup_refuse0(2945)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '4C0EF630'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(2938)@c3a6fa1a763d: Added conn table entry 0TC_setup_refuse0(2945)8257344 MSC_Test_0-RAN(2938)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2937)@c3a6fa1a763d: { messageType := 2, destLocRef := '7DFF40'O, sourceLocRef := '000208'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_setup_refuse0(2945)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_setup_refuse0(2945)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_setup_refuse0(2945)@c3a6fa1a763d: Sending SETUP. MTC@c3a6fa1a763d: Got test event: "SETUP" MSC_Test_0-RAN(2938)@c3a6fa1a763d: patching N(SD)=0 into dtap '003200001900'O MSC_Test_0-RAN(2938)@c3a6fa1a763d: patched enc_l3: '003200001900'O MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2937)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006003200001900'O MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2937)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[1]. MSC_Test_0-RAN(2938)@c3a6fa1a763d: ExpectedCreateCallback VGCS/VBS Setup 193 MSC_Test_0-RAN(2938)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(2938)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_setup_refuse0(2946) MSC_Test_0-RAN(2938)@c3a6fa1a763d: Added conn table entry 1TC_setup_refuse0(2946)4813037 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Warning: Re-starting timer T_ias[1], which is already active (running or expired). TC_setup_refuse0(2946)@c3a6fa1a763d: Got VGCS/VBS Setup: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 11, pdu := { bssmap := { vGCS_VBSSetup := { messageType := '04'O, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, vGCS_FeatureFlags := { elementIdentifier := '69'O ("i"), lengthIndicator := 1, TP_Ind := '0'B, AS_Ind := '00'B, BSS_Res := '0'B, tCP := '0'B, spare := '000'B } } } } } MTC@c3a6fa1a763d: Got test event: "VGCS_SETUP" TC_setup_refuse0(2946)@c3a6fa1a763d: Sending VGCS/VBS Setup Refuse: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 0, pdu := { bssmap := { vGCS_VBSSetupRefuse := { messageType := '06'O, cause := { elementIdentifier := '04'O, lengthIndicator := 0, causeValue := '0100000'B, extensionCauseValue := '0'B, spare1 := omit } } } } } MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2937)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000406040120'O MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2939)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2937)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_setup_refuse0(2945)@c3a6fa1a763d: Got GCC Termination with failure. MTC@c3a6fa1a763d: Got test event: "GCC_TERMINATION_FAIL" TC_setup_refuse0(2945)@c3a6fa1a763d: Got Clear Command on initial connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" TC_setup_refuse0(2946)@c3a6fa1a763d: Got Clear Command on control connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" MTC@c3a6fa1a763d: All connection are cleared now. TC_setup_refuse0(2947)@c3a6fa1a763d: Final verdict of PTC: none TC_setup_refuse0(2945)@c3a6fa1a763d: Final verdict of PTC: pass TC_setup_refuse0(2946)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: getverdict: none MTC@c3a6fa1a763d: setverdict(pass): none -> pass MTC@c3a6fa1a763d: getverdict: pass MTC@c3a6fa1a763d: All expected events have been received. The test passed. MSC_Test_0-SCCP(2937)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2938)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2940)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2944)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2939)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2943)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2950)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2948)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2949)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2936)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2942)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2941)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: pass MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2936): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2937): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2938): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2939): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2940): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2941): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2942): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2943): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2944): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_setup_refuse0(2945): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_setup_refuse0(2946): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_setup_refuse0(2947): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2948): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2949): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2950): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_setup_refuse finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_setup_refuse pass'. Mon May 13 05:08:41 UTC 2024 ====== MSC_Tests_ASCI.TC_setup_refuse pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_ASCI.TC_setup_refuse.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=306002) Waiting for packet dumper to finish... 1 (prev_count=306002, count=307167) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_setup_refuse pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_assign_fail'. ------ MSC_Tests_ASCI.TC_assign_fail ------ Mon May 13 05:08:46 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_assign_fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_assign_fail started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2954)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2954)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2954)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2952)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2955)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2954)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2954)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2953)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(2953)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2953)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_assign_fail0(2961) MSC_Test-GSUP(2958)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000033" to be handled at TC_assign_fail0(2960) TC_assign_fail0(2960)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000033'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(2953)@c3a6fa1a763d: Added conn table entry 0TC_assign_fail0(2960)9752233 MSC_Test_0-RAN(2953)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test-GSUP(2958)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000033" handled at TC_assign_fail0(2960) MSC_Test-GSUP(2958)@c3a6fa1a763d: Added IMSI table entry 0TC_assign_fail0(2960)"262420000000033" MSC_Test_0-SCCP(2952)@c3a6fa1a763d: { messageType := 2, destLocRef := '94CEA9'O, sourceLocRef := '000209'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_from0 TC_assign_fail0(2960)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_assign_fail0(2960)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assign_fail0(2960)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(2953)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(2953)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2953)@c3a6fa1a763d: Deleted conn table entry 0TC_assign_fail0(2960)9752233 TC_assign_fail0(2960)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_assign_fail0(2960)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_assign_fail0(2960)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_assign_fail0(2960)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MGCP(2956)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_assign_fail0(2960) TC_assign_fail0(2960)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '5AA3109C'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(2953)@c3a6fa1a763d: Added conn table entry 0TC_assign_fail0(2960)15790362 MSC_Test_0-RAN(2953)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: { messageType := 2, destLocRef := 'F0F11A'O, sourceLocRef := '00020A'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assign_fail0(2960)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_assign_fail0(2960)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_assign_fail0(2960)@c3a6fa1a763d: Sending SETUP. MTC@c3a6fa1a763d: Got test event: "SETUP" MSC_Test_0-RAN(2953)@c3a6fa1a763d: patching N(SD)=0 into dtap '003200001900'O MSC_Test_0-RAN(2953)@c3a6fa1a763d: patched enc_l3: '003200001900'O MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006003200001900'O MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[1]. MSC_Test_0-RAN(2953)@c3a6fa1a763d: ExpectedCreateCallback VGCS/VBS Setup 193 MSC_Test_0-RAN(2953)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(2953)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_assign_fail0(2961) MSC_Test_0-RAN(2953)@c3a6fa1a763d: Added conn table entry 1TC_assign_fail0(2961)97539 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Warning: Re-starting timer T_ias[1], which is already active (running or expired). TC_assign_fail0(2961)@c3a6fa1a763d: Got VGCS/VBS Setup: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 11, pdu := { bssmap := { vGCS_VBSSetup := { messageType := '04'O, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, vGCS_FeatureFlags := { elementIdentifier := '69'O ("i"), lengthIndicator := 1, TP_Ind := '0'B, AS_Ind := '00'B, BSS_Res := '0'B, tCP := '0'B, spare := '000'B } } } } } TC_assign_fail0(2961)@c3a6fa1a763d: Sending VGCS/VBS Setup Ack: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 0, pdu := { bssmap := { vGCS_VBSSetupAck := { messageType := '05'O, vGCS_FeatureFlags := omit } } } } MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MTC@c3a6fa1a763d: Got test event: "VGCS_SETUP" MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000105'O MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assign_fail0(2961)@c3a6fa1a763d: Got Uplink Seized Cmd: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 4, pdu := { bssmap := { uplinkSeizedCommand := { messageType := '4D'O ("M"), cause := { elementIdentifier := '04'O, lengthIndicator := 1, causeValue := '0001001'B, extensionCauseValue := '0'B, spare1 := omit }, talkerPriority := omit, emergencySetIndication := omit, talkerIdentity := omit } } } } MTC@c3a6fa1a763d: Got test event: "UPLINK_SEIZED" MSC_Test-MGCP(2956)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "372", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "d7" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_assign_fail0(2960) TC_assign_fail0(2960)@c3a6fa1a763d: as_optional_mgcp_crcx: rx CRCX MSC_Test_0-RAN(2953)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2953)@c3a6fa1a763d: Created Expect[1] for N-CONNECT to be handled at TC_assign_fail0(2962) MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[2]. MSC_Test_0-RAN(2953)@c3a6fa1a763d: ExpectedCreateCallback VGCS/VBS Assignment 193 MSC_Test_0-RAN(2953)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2953)@c3a6fa1a763d: ExpectTable[1].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(2953)@c3a6fa1a763d: Found Expect[1] for N-CONNECT handled at TC_assign_fail0(2962) MSC_Test_0-RAN(2953)@c3a6fa1a763d: Added conn table entry 2TC_assign_fail0(2962)6382648 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Warning: Re-starting timer T_ias[2], which is already active (running or expired). TC_assign_fail0(2962)@c3a6fa1a763d: Got VGCS/VBS Assignment Request: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D7000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } } MTC@c3a6fa1a763d: Got test event: "VGCS_ASSIGN" TC_assign_fail0(2962)@c3a6fa1a763d: Sending VGCS/VBS Assignment Failure: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 0, pdu := { bssmap := { vGCS_VBSAssignmentFailure := { messageType := '1D'O, cause := { elementIdentifier := '04'O, lengthIndicator := 0, causeValue := '0100000'B, extensionCauseValue := '0'B, spare1 := omit }, circuitPool := omit, circuitPoolList := omit, codecList := omit } } } } MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_len:6 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '00041D040120'O MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_assign_fail0(2960)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(2954)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2952)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_assign_fail0(2961)@c3a6fa1a763d: Got Clear Command on control connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" TC_assign_fail0(2962)@c3a6fa1a763d: Got Clear Command on channel connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" TC_assign_fail0(2960)@c3a6fa1a763d: Got GCC Termination with failure. MTC@c3a6fa1a763d: Got test event: "GCC_TERMINATION_FAIL" TC_assign_fail0(2960)@c3a6fa1a763d: Got Clear Command on initial connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" MTC@c3a6fa1a763d: All connection are cleared now. TC_assign_fail0(2961)@c3a6fa1a763d: Final verdict of PTC: none TC_assign_fail0(2962)@c3a6fa1a763d: Final verdict of PTC: none TC_assign_fail0(2960)@c3a6fa1a763d: Final verdict of PTC: pass MTC@c3a6fa1a763d: getverdict: none MTC@c3a6fa1a763d: setverdict(pass): none -> pass MTC@c3a6fa1a763d: getverdict: pass MTC@c3a6fa1a763d: All expected events have been received. The test passed. IPA-CTRL-CLI-IPA(2963)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2958)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2951)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2959)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2956)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2957)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2952)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MNCC(2955)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2965)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2953)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2954)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2964)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: pass MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2951): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2952): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2953): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2954): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2955): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2956): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2957): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2958): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2959): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_assign_fail0(2960): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_assign_fail0(2961): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_assign_fail0(2962): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2963): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2964): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2965): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_assign_fail finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_assign_fail pass'. Mon May 13 05:08:49 UTC 2024 ====== MSC_Tests_ASCI.TC_assign_fail pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_ASCI.TC_assign_fail.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=366657) Waiting for packet dumper to finish... 1 (prev_count=366657, count=367822) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_assign_fail pass' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_complete_vgcs'. ------ MSC_Tests_ASCI.TC_complete_vgcs ------ Mon May 13 05:08:54 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_complete_vgcs' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_complete_vgcs started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2969)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2969)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2969)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2967)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2970)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2969)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2969)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2968)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test-GSUP(2973)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000033" to be handled at TC_complete_vgcs0(2975) TC_complete_vgcs0(2975)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000033'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-RAN(2968)@c3a6fa1a763d: Added conn table entry 0TC_complete_vgcs0(2975)3904915 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2968)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-RAN(2968)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_complete_vgcs0(2976) MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: { messageType := 2, destLocRef := '3B9593'O, sourceLocRef := '00020B'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test-GSUP(2973)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000033" handled at TC_complete_vgcs0(2975) MSC_Test-GSUP(2973)@c3a6fa1a763d: Added IMSI table entry 0TC_complete_vgcs0(2975)"262420000000033" MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2967)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O TC_complete_vgcs0(2975)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_complete_vgcs0(2975)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vgcs0(2975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(2968)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(2968)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2968)@c3a6fa1a763d: Deleted conn table entry 0TC_complete_vgcs0(2975)3904915 TC_complete_vgcs0(2975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_complete_vgcs0(2975)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_complete_vgcs0(2975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_complete_vgcs0(2975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MGCP(2971)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_complete_vgcs0(2975) TC_complete_vgcs0(2975)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1001'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '48D65BE3'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(2968)@c3a6fa1a763d: Added conn table entry 0TC_complete_vgcs0(2975)11179372 MSC_Test_0-RAN(2968)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: { messageType := 2, destLocRef := 'AA956C'O, sourceLocRef := '00020C'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vgcs0(2975)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_complete_vgcs0(2975)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_complete_vgcs0(2975)@c3a6fa1a763d: Sending SETUP. MTC@c3a6fa1a763d: Got test event: "SETUP" MSC_Test_0-RAN(2968)@c3a6fa1a763d: patching N(SD)=0 into dtap '003200001900'O MSC_Test_0-RAN(2968)@c3a6fa1a763d: patched enc_l3: '003200001900'O MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2967)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006003200001900'O MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[1]. MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectedCreateCallback VGCS/VBS Setup 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_complete_vgcs0(2976) MSC_Test_0-RAN(2968)@c3a6fa1a763d: Added conn table entry 1TC_complete_vgcs0(2976)9822935 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Warning: Re-starting timer T_ias[1], which is already active (running or expired). TC_complete_vgcs0(2976)@c3a6fa1a763d: Got VGCS/VBS Setup: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 11, pdu := { bssmap := { vGCS_VBSSetup := { messageType := '04'O, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, vGCS_FeatureFlags := { elementIdentifier := '69'O ("i"), lengthIndicator := 1, TP_Ind := '0'B, AS_Ind := '00'B, BSS_Res := '0'B, tCP := '0'B, spare := '000'B } } } } } TC_complete_vgcs0(2976)@c3a6fa1a763d: Sending VGCS/VBS Setup Ack: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 0, pdu := { bssmap := { vGCS_VBSSetupAck := { messageType := '05'O, vGCS_FeatureFlags := omit } } } } MTC@c3a6fa1a763d: Got test event: "VGCS_SETUP" MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: vl_from0 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-SCCP(2967)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000105'O MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2967)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vgcs0(2976)@c3a6fa1a763d: Got Uplink Seized Cmd: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 4, pdu := { bssmap := { uplinkSeizedCommand := { messageType := '4D'O ("M"), cause := { elementIdentifier := '04'O, lengthIndicator := 1, causeValue := '0001001'B, extensionCauseValue := '0'B, spare1 := omit }, talkerPriority := omit, emergencySetIndication := omit, talkerIdentity := omit } } } } MTC@c3a6fa1a763d: Got test event: "UPLINK_SEIZED" MSC_Test-MGCP(2971)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "374", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "d8" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_complete_vgcs0(2975) TC_complete_vgcs0(2975)@c3a6fa1a763d: as_optional_mgcp_crcx: rx CRCX MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2969)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2967)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[2]. MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectedCreateCallback VGCS/VBS Assignment 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[1].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[2].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[3].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[4].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[5].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[6].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: ExpectTable[7].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2968)@c3a6fa1a763d: setverdict(fail): none -> fail reason: "Couldn't find Expect for incoming connection { calledAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000011000001'B, subsystemNumber := 254, globalTitle := omit }, callingAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000010111001'B, subsystemNumber := 254, globalTitle := omit }, qualityOfService := omit, userData := { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D8000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } }, connectionId := 9809193, importance := omit }", new component reason: "Couldn't find Expect for incoming connection { calledAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000011000001'B, subsystemNumber := 254, globalTitle := omit }, callingAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000010111001'B, subsystemNumber := 254, globalTitle := omit }, qualityOfService := omit, userData := { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D8000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } }, connectionId := 9809193, importance := omit }" MC@c3a6fa1a763d: Test Component 2968 has requested to stop MTC. Terminating current testcase execution. MSC_Test-GSUP(2973)@c3a6fa1a763d: Final verdict of PTC: none TC_complete_vgcs0(2977)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2971)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2972)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2978)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2979)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2966)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2974)@c3a6fa1a763d: Final verdict of PTC: none TC_complete_vgcs0(2975)@c3a6fa1a763d: Final verdict of PTC: pass MSC_Test-MNCC(2970)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2969)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2967)@c3a6fa1a763d: Final verdict of PTC: none TC_complete_vgcs0(2976)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2980)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2968)@c3a6fa1a763d: Final verdict of PTC: fail reason: "Couldn't find Expect for incoming connection { calledAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000011000001'B, subsystemNumber := 254, globalTitle := omit }, callingAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000010111001'B, subsystemNumber := 254, globalTitle := omit }, qualityOfService := omit, userData := { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D8000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } }, connectionId := 9809193, importance := omit }" MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: none MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2966): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2967): none (none -> none) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2968): fail (none -> fail) reason: "Couldn't find Expect for incoming connection { calledAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000011000001'B, subsystemNumber := 254, globalTitle := omit }, callingAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000010111001'B, subsystemNumber := 254, globalTitle := omit }, qualityOfService := omit, userData := { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D8000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } }, connectionId := 9809193, importance := omit }" MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2969): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2970): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2971): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2972): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2973): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2974): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC TC_complete_vgcs0(2975): pass (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC TC_complete_vgcs0(2976): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC TC_complete_vgcs0(2977): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2978): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2979): none (fail -> fail) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2980): none (fail -> fail) MTC@c3a6fa1a763d: Test case TC_complete_vgcs finished. Verdict: fail reason: Couldn't find Expect for incoming connection { calledAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000011000001'B, subsystemNumber := 254, globalTitle := omit }, callingAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000010111001'B, subsystemNumber := 254, globalTitle := omit }, qualityOfService := omit, userData := { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D8000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } }, connectionId := 9809193, importance := omit } MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_complete_vgcs fail'. Mon May 13 05:08:57 UTC 2024 ------ MSC_Tests_ASCI.TC_complete_vgcs fail ------ Saving talloc report from 172.18.110.10:4254 to MSC_Tests_ASCI.TC_complete_vgcs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=330727) Waiting for packet dumper to finish... 1 (prev_count=330727, count=332570) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_complete_vgcs fail' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_complete_vbs'. ------ MSC_Tests_ASCI.TC_complete_vbs ------ Mon May 13 05:09:02 UTC 2024 NOTE: unable to use dumpcap due to missing capabilities or suid bit Waiting for packet dumper to start... 0 MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-start.sh MSC_Tests_ASCI.TC_complete_vbs' was executed successfully (exit status: 0). MTC@c3a6fa1a763d: Test case TC_complete_vbs started. MTC@c3a6fa1a763d: Connecting BSSAP RAN_Emulation to SCCP_SP_PORT MTC@c3a6fa1a763d: Starting RAN_Emulation MSC_Test_0-M3UA(2984)@c3a6fa1a763d: ************************************************* MSC_Test_0-M3UA(2984)@c3a6fa1a763d: M3UA emulation initiated, the test can be started MSC_Test_0-M3UA(2984)@c3a6fa1a763d: ************************************************* MSC_Test_0-SCCP(2982)@c3a6fa1a763d: v_sccp_pdu_maxlen:268 MSC_Test-MNCC(2985)@c3a6fa1a763d: Ignoring MNCC { msg_type := MNCC_SOCKET_HELLO (1024), u := { hello := { version := 8, mncc_size := 1896, data_frame_size := 8, called_offset := 104, signal_offset := 796, emergency_offset := 812, lchan_type_offset := 832 } } } MSC_Test_0-M3UA(2984)@c3a6fa1a763d: SCTP_ConnectResult -> connection established from: "172.18.110.103":23906 to server: "172.18.110.200":2905 association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Association #8 state changed to aSP_Down_sCTP_Associate_done (2) MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_commUP_Received (3) MSC_Test_0-M3UA(2984)@c3a6fa1a763d: M3UA_ASPUP sent MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Association #8 state changed to: aSP_Down_ASPUP_Sent (4) MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: M3UA_ASPUP_Ack received -> send M3UA_ASPAC MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Association #8 state changed to: aSP_Inactive (5) MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Association #8 state changed to: aSP_Inact_ASPAC_Sent (6) MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: ASPAC_Ack received for association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Association #8 state changed to: aSP_Active (7) MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Received M3UA_NOTIFY -> discard MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: Established a new IPA connection (conn_id=2) MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITNAME (1) }, { len := 1, tag := IPAC_IDTAG_UNITID (8) } } } } MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_PING (0), u := omit } MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_PONG (1), u := omit } MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } } } MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: IPA ID RESP: { { len := 23, tag := IPAC_IDTAG_UNITNAME (1), data := '4D53432D30302D30302D30302D30302D30302D303000'O }, { len := 7, tag := IPAC_IDTAG_UNITID (8), data := '302F302F3000'O } } MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit } MSC_Test-GSUP(2988)@c3a6fa1a763d: Created GsupExpect[0] for "262420000000033" to be handled at TC_complete_vbs0(2990) TC_complete_vbs0(2990)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { locationUpdateRequest := { messageType := '001000'B, nsd := '00'B, locationUpdatingType := { lut := '10'B, spare1_1 := '0'B, fop := '0'B }, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, locationAreaIdentification := { mcc_mnc := '62F220'O, lac := '9999'O }, mobileStationClassmark1 := { rf_PowerCapability := '010'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B }, mobileIdentityLV := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '001'B, oddEvenInd_identity := { imsi := { oddevenIndicator := '1'B, digits := '262420000000033'H, fillerDigit := omit } } } }, classmarkInformationType2_forUMTS := omit, additionalUpdateParameterTV := omit, deviceProperties := omit, mS_NetworkFeatureSupport := omit } } } } MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2983)@c3a6fa1a763d: BSSMAP: Received RESET-ACK in response to RESET, we're ready to go! MSC_Test_0-RAN(2983)@c3a6fa1a763d: Added conn table entry 0TC_complete_vbs0(2990)8523837 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-RAN(2983)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2983)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2983)@c3a6fa1a763d: Created Expect[0] for N-CONNECT to be handled at TC_complete_vbs0(2991) MSC_Test_0-RAN(2983)@c3a6fa1a763d: f_create_expect(l3 := omit, n_connectPointCode := 193 MSC_Test_0-RAN(2983)@c3a6fa1a763d: Created Expect[1] for N-CONNECT to be handled at TC_complete_vbs0(2992) MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: { messageType := 2, destLocRef := '82103D'O, sourceLocRef := '00020D'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test-GSUP(2988)@c3a6fa1a763d: Found GsupExpect[0] for "262420000000033" handled at TC_complete_vbs0(2990) MSC_Test-GSUP(2988)@c3a6fa1a763d: Added IMSI table entry 0TC_complete_vbs0(2990)"262420000000033" MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:8 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '0006541203524902'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_complete_vbs0(2990)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_complete_vbs0(2990)@c3a6fa1a763d: setverdict(pass): none -> pass MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vbs0(2990)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test_0-RAN(2983)@c3a6fa1a763d: patching N(SD)=1 into dtap '051B'O MSC_Test_0-RAN(2983)@c3a6fa1a763d: patched enc_l3: '055B'O MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:5 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010002055B'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000121'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-RAN(2983)@c3a6fa1a763d: Deleted conn table entry 0TC_complete_vbs0(2990)8523837 TC_complete_vbs0(2990)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_complete_vbs0(2990)@c3a6fa1a763d: f_verify_vty_lac_ci(): VLR record matches "LAC / cell ID: 23 / 42" TC_complete_vbs0(2990)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_complete_vbs0(2990)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed MSC_Test-MGCP(2986)@c3a6fa1a763d: Created Expect[0] for { connid := omit, endpoint := omit, transid := omit } to be handled at TC_complete_vbs0(2990) TC_complete_vbs0(2990)@c3a6fa1a763d: Sending COMPL L3: { discriminator := '0000'B, tiOrSkip := { skipIndicator := '0000'B }, msgs := { mm := { cMServiceRequest := { messageType := '000000'B, nsd := '00'B, cm_ServiceType := '1010'B, cipheringKeySequenceNumber := { keySequence := '000'B, spare := '0'B }, mobileStationClassmark2 := { lengthIndicator := 0, rf_PowerCapability := '000'B, a5_1 := '0'B, esind := '1'B, revisionLevel := '10'B, spare1_1 := '0'B, mobileStationClassmark2_oct4 := { fc := '1'B, vgcs := '0'B, vbs := '0'B, sm_Capability := '1'B, ss_ScreenIndicator := '01'B, ps_Capability := '1'B, spare2_1 := '0'B }, mobileStationClassmark2_oct5 := { a5_2 := '0'B, a5_3 := '1'B, cmsp := '0'B, solsa := '0'B, ucs2 := '0'B, lcsva_cap := '0'B, spare5_7 := '0'B, cm3 := '0'B } }, mobileIdentity := { lengthIndicator := 0, mobileIdentityV := { typeOfIdentity := '000'B, oddEvenInd_identity := { tmsi_ptmsi := { oddevenIndicator := '0'B, fillerDigit := '1111'B, octets := '19463F48'O } } } }, priorityLevel := omit, additionalUpdateParameterTV := omit, deviceProperties := omit } } } } MSC_Test_0-RAN(2983)@c3a6fa1a763d: Added conn table entry 0TC_complete_vbs0(2990)7331815 MSC_Test_0-RAN(2983)@c3a6fa1a763d: patch: N(SD) for ConnIdx 0 set to 1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: First idle individual index:0 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: { messageType := 2, destLocRef := '6FDFE7'O, sourceLocRef := '00020E'O, protClass := { class := '0010'B, messageHandling := '0000'B }, pointer1 := 1, optionalPart := { credit := omit, calledPAddress := { paramName := 3, paramLength := 4, addr := '43B900FE'O }, data := omit, importance := omit }, eop := { paramName := 0 } } MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vbs0(2990)@c3a6fa1a763d: f_verify_vty_lac_ci(): Active connection matches "LAC / cell ID: 23 / 42" TC_complete_vbs0(2990)@c3a6fa1a763d: setverdict(pass): pass -> pass, component reason not changed TC_complete_vbs0(2990)@c3a6fa1a763d: Sending SETUP. MTC@c3a6fa1a763d: Got test event: "SETUP" MSC_Test_0-RAN(2983)@c3a6fa1a763d: patching N(SD)=0 into dtap '013200001A00'O MSC_Test_0-RAN(2983)@c3a6fa1a763d: patched enc_l3: '013200001A00'O MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006013200001A00'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: First idle individual index:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[1]. MSC_Test_0-RAN(2983)@c3a6fa1a763d: ExpectedCreateCallback VGCS/VBS Setup 193 MSC_Test_0-RAN(2983)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(2983)@c3a6fa1a763d: Found Expect[0] for N-CONNECT handled at TC_complete_vbs0(2991) MSC_Test_0-RAN(2983)@c3a6fa1a763d: Added conn table entry 1TC_complete_vbs0(2991)9907268 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Warning: Re-starting timer T_ias[1], which is already active (running or expired). MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_complete_vbs0(2991)@c3a6fa1a763d: Got VGCS/VBS Setup: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 11, pdu := { bssmap := { vGCS_VBSSetup := { messageType := '04'O, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '00001A0000'O }, priority := omit, vGCS_FeatureFlags := { elementIdentifier := '69'O ("i"), lengthIndicator := 1, TP_Ind := '0'B, AS_Ind := '00'B, BSS_Res := '0'B, tCP := '0'B, spare := '000'B } } } } } MTC@c3a6fa1a763d: Got test event: "VGCS_SETUP" TC_complete_vbs0(2991)@c3a6fa1a763d: Sending VGCS/VBS Setup Ack: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 0, pdu := { bssmap := { vGCS_VBSSetupAck := { messageType := '05'O, vGCS_FeatureFlags := omit } } } } MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000105'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vbs0(2991)@c3a6fa1a763d: Got Uplink Seized Cmd: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 4, pdu := { bssmap := { uplinkSeizedCommand := { messageType := '4D'O ("M"), cause := { elementIdentifier := '04'O, lengthIndicator := 1, causeValue := '0001001'B, extensionCauseValue := '0'B, spare1 := omit }, talkerPriority := omit, emergencySetIndication := omit, talkerIdentity := omit } } } } MTC@c3a6fa1a763d: Got test event: "UPLINK_SEIZED" MSC_Test-MGCP(2986)@c3a6fa1a763d: Found Expect[0] for { line := { verb := "CRCX", trans_id := "376", ep := "rtpbridge/*@mgw", ver := "1.0" }, params := { { code := "C", val := "d9" }, { code := "L", val := "p:20, a:GSM, nt:IN" }, { code := "M", val := "recvonly" } }, sdp := omit } handled at TC_complete_vbs0(2990) TC_complete_vbs0(2990)@c3a6fa1a763d: as_optional_mgcp_crcx: rx CRCX MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: First idle individual index:2 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Warning: Stopping inactive timer T_ias[2]. MSC_Test_0-RAN(2983)@c3a6fa1a763d: ExpectedCreateCallback VGCS/VBS Assignment 193 MSC_Test_0-RAN(2983)@c3a6fa1a763d: ExpectTable[0].n_connectPointCode = omit ==? 193 MSC_Test_0-RAN(2983)@c3a6fa1a763d: ExpectTable[1].n_connectPointCode = 193 ==? 193 MSC_Test_0-RAN(2983)@c3a6fa1a763d: Found Expect[1] for N-CONNECT handled at TC_complete_vbs0(2992) MSC_Test_0-RAN(2983)@c3a6fa1a763d: Added conn table entry 2TC_complete_vbs0(2992)5482316 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Warning: Re-starting timer T_ias[2], which is already active (running or expired). MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP TC_complete_vbs0(2992)@c3a6fa1a763d: Got VGCS/VBS Assignment Request: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '00001A0000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D9000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } } MTC@c3a6fa1a763d: Got test event: "VGCS_ASSIGN" TC_complete_vbs0(2992)@c3a6fa1a763d: Sending VGCS/VBS Assignment Result: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 0, pdu := { bssmap := { vGCS_VBSAssignmentResult := { messageType := '1C'O, channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 0, speechOrDataIndicator := '0100'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 0, cellIdentifierDiscriminator := '0000'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, chosenChannel := omit, circuitIdentityCode := omit, circuitPool := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01020304'O }, uDPPortValue := 2342 }, speechCodec := { elementIdentifier := '7E'O ("~"), lengthIndicator := 0, 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 } } }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := '01000000'O } } } } } MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:2 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:29 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '001B1C0B03040801050302002A7C060102030409267E01807F01000000'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-RAN(2983)@c3a6fa1a763d: Warning: dec_PDU_BSSAP(): Data remained at the end of the stream after successful decoding: '370500001A0000'O TC_complete_vbs0(2990)@c3a6fa1a763d: Got Assignment Request: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 16, pdu := { bssmap := { assignmentRequest := { messageType := '01'O, channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, layer3HeaderInfo := omit, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, interferenceBandToBeUsed := omit, classmarkInformationType2 := omit, groupCallReference := omit, talkerFlag := omit, configurationEvolutionIndication := omit, lsaAccesControlSuppression := omit, serviceHandover := omit, encryptionInformation := omit, talkerPriority := omit, aoIPTransportLayer := omit, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } }, callIdentifier := omit, kC128 := omit, globalCallReference := omit, lCLS_Configuration := omit, lCLS_ConnectionStatusControl := omit, lCLS_CorrelationNotNeeded := omit, osmuxCID := omit } } } } MTC@c3a6fa1a763d: Got test event: "ASSIGNMENT" TC_complete_vbs0(2990)@c3a6fa1a763d: Sending Assignment Complete: { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 0, pdu := { bssmap := { assignmentComplete := { messageType := '02'O, rR_Cause := omit, circuitIdentityCode := omit, cellIdentifier := omit, chosenChannel := omit, chosenEncryptionAlgorithm := omit, circuitPool := omit, speechVersion := omit, lSAIdentifier := omit, talkerPriority := omit, aoIPTransportLayer := omit, speechCodec := omit, codecList := omit, lCLS_BSS_Status := omit, osmuxCID := omit } } } } TC_complete_vbs0(2990)@c3a6fa1a763d: as_optional_mgcp_mdcx: rx MDCX MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:3 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 TC_complete_vbs0(2990)@c3a6fa1a763d: { line := { verb := "MDCX", trans_id := "377", ep := "rtpbridge/1@mgw", ver := "1.0" }, params := { { code := "C", val := "d9" }, { code := "I", val := "11111" }, { code := "M", val := "sendonly" } }, sdp := { protocol_version := 0, origin := { user_name := "-", session_id := "d9", session_version := "23", net_type := "IN", addr_type := "IP4", addr := "172.18.110.10" }, session_name := "-", information := omit, uri := omit, emails := omit, phone_numbers := omit, connection := { net_type := "IN", addr_type := "IP4", conn_addr := { addr := "1.2.3.4", ttl := omit, num_of_addr := omit } }, bandwidth := omit, times := { { time_field := { start_time := "0", stop_time := "0" }, time_repeat := omit } }, timezone_adjustments := omit, key := omit, attributes := omit, media_list := { { media_field := { media := "audio", ports := { port_number := 2342, num_of_ports := omit }, transport := "RTP/AVP", fmts := { "3" } }, information := omit, connections := omit, bandwidth := omit, key := omit, attributes := { { ptime := { attr_value := "20" } } } } } } } MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '000102'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vbs0(2990)@c3a6fa1a763d: Got Clear Command on initial connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" TC_complete_vbs0(2991)@c3a6fa1a763d: Got BCC Connect. MTC@c3a6fa1a763d: Got test event: "BCC_CONNECT" TC_complete_vbs0(2991)@c3a6fa1a763d: Got BCC Set Parameter MTC@c3a6fa1a763d: Got test event: "BCC_SET_PARAM" TC_complete_vbs0(2991)@c3a6fa1a763d: Sending BCC Termination Request: '3500001A00'O MSC_Test_0-RAN(2983)@c3a6fa1a763d: patching N(SD)=0 into dtap '013500001A00'O MSC_Test_0-RAN(2983)@c3a6fa1a763d: patched enc_l3: '013500001A00'O MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on connection ID:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_len:9 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: vl_from0 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: data sent by MTP3_SCCP_PORT: '010006013500001A00'O MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: ASP_MTP3_TRANSFERreq received -> message sent via SCTP MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 TC_complete_vbs0(2990)@c3a6fa1a763d: as_optional_mgcp_dlcx: rx MGCP DLCX MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Message received on association #8 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-M3UA(2984)@c3a6fa1a763d: MTP3_SP_PORT: Data received -> TRANSFERind sent MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:1 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Session index based on local reference:2 MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 will be put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1 data has been put to the reassembly buffer MSC_Test_0-SCCP(2982)@c3a6fa1a763d: DT1/segmentingReassembl/more==0 received=> send ASP_SCCP_N_DATA comes TC_complete_vbs0(2991)@c3a6fa1a763d: Got BCC Termination. MTC@c3a6fa1a763d: Got test event: "BCC_TERMINATION" TC_complete_vbs0(2991)@c3a6fa1a763d: Got Clear Command on control connection. TC_complete_vbs0(2992)@c3a6fa1a763d: Got Clear Command on channel connection. MTC@c3a6fa1a763d: Got test event: "CLEAR" MTC@c3a6fa1a763d: Got test event: "CLEAR" MTC@c3a6fa1a763d: All connection are cleared now. TC_complete_vbs0(2990)@c3a6fa1a763d: Final verdict of PTC: pass TC_complete_vbs0(2991)@c3a6fa1a763d: Final verdict of PTC: none TC_complete_vbs0(2992)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: getverdict: none MTC@c3a6fa1a763d: setverdict(pass): none -> pass MTC@c3a6fa1a763d: getverdict: pass MTC@c3a6fa1a763d: All expected events have been received. The test passed. MSC_Test-MNCC(2985)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-SCCP(2982)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-M3UA(2984)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test_0-RAN(2983)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP-IPA(2987)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-MGCP(2986)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2981)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-GSUP(2988)@c3a6fa1a763d: Final verdict of PTC: none MSC_Test-SMPP(2989)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2993)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2994)@c3a6fa1a763d: Final verdict of PTC: none IPA-CTRL-CLI-IPA(2995)@c3a6fa1a763d: Final verdict of PTC: none MTC@c3a6fa1a763d: Setting final verdict of the test case. MTC@c3a6fa1a763d: Local verdict of MTC: pass MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2981): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-SCCP(2982): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-RAN(2983): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test_0-M3UA(2984): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MNCC(2985): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-MGCP(2986): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP-IPA(2987): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-GSUP(2988): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC MSC_Test-SMPP(2989): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_complete_vbs0(2990): pass (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_complete_vbs0(2991): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC TC_complete_vbs0(2992): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2993): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2994): none (pass -> pass) MTC@c3a6fa1a763d: Local verdict of PTC IPA-CTRL-CLI-IPA(2995): none (pass -> pass) MTC@c3a6fa1a763d: Test case TC_complete_vbs finished. Verdict: pass MTC@c3a6fa1a763d: Starting external command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_complete_vbs pass'. Mon May 13 05:09:05 UTC 2024 ====== MSC_Tests_ASCI.TC_complete_vbs pass ====== Saving talloc report from 172.18.110.10:4254 to MSC_Tests_ASCI.TC_complete_vbs.talloc Waiting for packet dumper to finish... 0 (prev_count=-1, count=411469) Waiting for packet dumper to finish... 1 (prev_count=411469, count=413312) MTC@c3a6fa1a763d: External command `../ttcn3-tcpdump-stop.sh MSC_Tests_ASCI.TC_complete_vbs pass' was executed successfully (exit status: 0). MC@c3a6fa1a763d: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@c3a6fa1a763d: Terminating MTC. MC@c3a6fa1a763d: MTC terminated. MC2> exit MC@c3a6fa1a763d: Shutting down session. MC@c3a6fa1a763d: Shutdown complete. Comparing expected results '/osmo-ttcn3-hacks/msc/expected-results.xml' against results in 'junit-xml-21.log' -------------------- pass MSC_Tests.TC_cr_before_reset pass MSC_Tests.TC_lu_imsi_noauth_tmsi pass MSC_Tests.TC_lu_imsi_noauth_notmsi pass MSC_Tests.TC_lu_tmsi_noauth_notmsi pass MSC_Tests.TC_lu_imsi_reject pass MSC_Tests.TC_lu_imsi_timeout_gsup pass MSC_Tests.TC_lu_imsi_auth_tmsi pass MSC_Tests.TC_lu_imsi_auth3g_tmsi xfail MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc pass MSC_Tests.TC_cmserv_imsi_unknown pass MSC_Tests.TC_cmserv_tmsi_unknown pass MSC_Tests.TC_lu_and_mo_call pass MSC_Tests.TC_lu_and_mo_call_ipv6 pass MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout pass MSC_Tests.TC_lu_auth_sai_timeout pass MSC_Tests.TC_lu_auth_sai_err pass MSC_Tests.TC_lu_clear_request pass MSC_Tests.TC_mo_call_clear_request pass MSC_Tests.TC_mt_call_clear_request pass MSC_Tests.TC_lu_disconnect pass MSC_Tests.TC_lu_by_imei pass MSC_Tests.TC_lu_by_tmsi_noauth_unknown pass MSC_Tests.TC_attached_imsi_lu_unknown_tmsi pass MSC_Tests.TC_imsi_detach_by_imsi pass MSC_Tests.TC_imsi_detach_by_tmsi pass MSC_Tests.TC_imsi_detach_by_imei pass MSC_Tests.TC_emerg_call_imei_reject pass MSC_Tests.TC_emerg_call_imsi pass MSC_Tests.TC_cm_serv_req_vgcs_reject pass MSC_Tests.TC_cm_serv_req_vbs_reject pass MSC_Tests.TC_cm_serv_req_lcs_reject pass MSC_Tests.TC_cm_reest_req_reject pass MSC_Tests.TC_lu_auth_2G_fail pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13 pass MSC_Tests.TC_cl3_no_payload pass MSC_Tests.TC_cl3_rnd_payload pass MSC_Tests.TC_establish_and_nothing pass MSC_Tests.TC_mo_setup_and_nothing pass MSC_Tests.TC_mo_crcx_ran_timeout pass MSC_Tests.TC_mo_crcx_ran_reject pass MSC_Tests.TC_mt_crcx_ran_reject pass MSC_Tests.TC_mo_setup_and_dtmf_dup pass MSC_Tests.TC_mt_t310 pass MSC_Tests.TC_gsup_cancel pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13 pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13 pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1 pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2 pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2 pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1 pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34 pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3 pass MSC_Tests.TC_mo_release_timeout pass MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp pass MSC_Tests.TC_reset_two pass MSC_Tests.TC_lu_and_mt_call pass MSC_Tests.TC_lu_and_mt_call_ipv6 pass MSC_Tests.TC_lu_and_mt_call_already_paging pass MSC_Tests.TC_lu_and_mt_call_osmux pass MSC_Tests.TC_lu_and_mo_sms pass MSC_Tests.TC_lu_and_mt_sms pass MSC_Tests.TC_lu_and_mt_sms_already_paging pass MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing pass MSC_Tests.TC_lu_and_mt_sms_paging_repeated pass MSC_Tests.TC_smpp_mo_sms pass MSC_Tests.TC_smpp_mo_sms_rp_error pass MSC_Tests.TC_smpp_mt_sms pass MSC_Tests.TC_gsup_mo_sms pass MSC_Tests.TC_gsup_mo_smma pass MSC_Tests.TC_gsup_mt_sms_ack pass MSC_Tests.TC_gsup_mt_sms_err pass MSC_Tests.TC_gsup_mt_sms_rp_mr pass MSC_Tests.TC_gsup_mo_mt_sms_rp_mr pass MSC_Tests.TC_gsup_mt_multi_part_sms pass MSC_Tests.TC_lu_and_mo_ussd_single_request pass MSC_Tests.TC_lu_and_mt_ussd_notification pass MSC_Tests.TC_lu_and_mo_ussd_during_mt_call pass MSC_Tests.TC_lu_and_mt_ussd_during_mt_call pass MSC_Tests.TC_lu_and_mo_ussd_mo_release pass MSC_Tests.TC_lu_and_ss_session_timeout pass->FAIL MSC_Tests.TC_mt_ussd_for_unknown_subscr pass MSC_Tests.TC_mo_ussd_for_unknown_trans pass->FAIL MSC_Tests.TC_proc_ss_for_unknown_session pass MSC_Tests.TC_proc_ss_paging_fail pass MSC_Tests.TC_proc_ss_abort pass MSC_Tests.TC_multi_lu_and_mo_ussd pass MSC_Tests.TC_multi_lu_and_mt_ussd pass MSC_Tests.TC_cipher_complete_with_invalid_cipher pass MSC_Tests.TC_cipher_complete_1_without_cipher pass MSC_Tests.TC_cipher_complete_3_without_cipher pass MSC_Tests.TC_cipher_complete_13_without_cipher pass MSC_Tests.TC_lu_with_invalid_mcc_mnc pass MSC_Tests.TC_sgsap_reset pass MSC_Tests.TC_sgsap_lu pass MSC_Tests.TC_sgsap_lu_imsi_reject pass MSC_Tests.TC_sgsap_lu_and_nothing pass MSC_Tests.TC_sgsap_expl_imsi_det_eps pass MSC_Tests.TC_sgsap_impl_imsi_det_eps pass MSC_Tests.TC_sgsap_expl_imsi_det_noneps pass MSC_Tests.TC_sgsap_impl_imsi_det_noneps pass MSC_Tests.TC_sgsap_paging_rej pass MSC_Tests.TC_sgsap_paging_subscr_rej pass MSC_Tests.TC_sgsap_paging_ue_unr pass MSC_Tests.TC_sgsap_paging_and_nothing pass MSC_Tests.TC_sgsap_paging_and_lu pass MSC_Tests.TC_sgsap_mt_sms pass MSC_Tests.TC_sgsap_mo_sms pass MSC_Tests.TC_sgsap_mt_sms_and_nothing pass MSC_Tests.TC_sgsap_mt_sms_and_reject pass MSC_Tests.TC_sgsap_unexp_ud pass MSC_Tests.TC_sgsap_unsol_ud pass MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call pass MSC_Tests.TC_sgsap_lu_and_mt_call pass MSC_Tests.TC_sgsap_vlr_failure pass MSC_Tests.TC_ho_inter_bsc_unknown_cell pass MSC_Tests.TC_ho_inter_bsc pass MSC_Tests.TC_ho_inter_bsc_a5_1 pass MSC_Tests.TC_ho_inter_bsc_a5_3 pass MSC_Tests.TC_ho_inter_bsc_a5_4 pass MSC_Tests.TC_ho_inter_bsc_ipv6 pass MSC_Tests.TC_ho_inter_bsc_csd pass MSC_Tests.TC_ho_inter_msc_out pass MSC_Tests.TC_ho_inter_msc_out_a5_1 pass MSC_Tests.TC_ho_inter_msc_out_a5_3 pass MSC_Tests.TC_ho_inter_msc_out_a5_4 pass MSC_Tests.TC_ho_inter_msc_out_ipv6 pass MSC_Tests.TC_ho_inter_msc_out_csd pass MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei pass MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei pass MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei pass MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei pass MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack pass MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err pass MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early pass MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early pass MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early pass MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early pass MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack pass MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err pass MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug pass MSC_Tests.TC_mo_cc_bssmap_clear pass MSC_Tests.TC_invalid_mgcp_crash pass MSC_Tests.TC_mm_id_resp_no_identity pass MSC_Tests.TC_lu_and_expire_while_paging pass MSC_Tests.TC_paging_response_imsi_unknown pass MSC_Tests.TC_paging_response_tmsi_unknown pass MSC_Tests.TC_call_re_establishment pass MSC_Tests.TC_call_re_establishment_auth pass MSC_Tests.TC_call_re_establishment_ciph pass MSC_Tests.TC_cm_serv_wrong_mi pass MSC_Tests.TC_auth_options_0 pass MSC_Tests.TC_auth_options_1 pass MSC_Tests.TC_auth_options_2 pass MSC_Tests.TC_auth_options_3 pass MSC_Tests.TC_auth_options_4 pass MSC_Tests.TC_auth_options_5 pass MSC_Tests.TC_auth_options_6 pass MSC_Tests.TC_auth_options_7 pass MSC_Tests.TC_auth_options_8 pass MSC_Tests.TC_auth_options_9 pass MSC_Tests.TC_auth_options_10 pass MSC_Tests.TC_auth_options_11 pass MSC_Tests.TC_lu_and_mo_csd pass->FAIL MSC_Tests.TC_lu_and_mt_csd pass MSC_Tests_Iu.TC_iu_lu_imsi_reject pass MSC_Tests_Iu.TC_iu_lu_imsi_timeout_gsup pass MSC_Tests_Iu.TC_iu_lu_imsi_auth3g_tmsi xfail MSC_Tests_Iu.TC_iu_lu_imsi_timeout_tmsi_realloc xfail MSC_Tests_Iu.TC_iu_cmserv_imsi_unknown pass MSC_Tests_Iu.TC_iu_lu_and_mo_call pass MSC_Tests_Iu.TC_iu_lu_and_mo_call_sccp_tiar_timeout pass MSC_Tests_Iu.TC_iu_lu_auth_sai_timeout pass MSC_Tests_Iu.TC_iu_lu_auth_sai_err pass MSC_Tests_Iu.TC_iu_lu_release_request pass MSC_Tests_Iu.TC_iu_lu_disconnect pass MSC_Tests_Iu.TC_iu_lu_by_imei pass MSC_Tests_Iu.TC_iu_imsi_detach_by_imsi pass MSC_Tests_Iu.TC_iu_imsi_detach_by_tmsi pass MSC_Tests_Iu.TC_iu_imsi_detach_by_imei pass MSC_Tests_Iu.TC_iu_emerg_call_imei_reject pass MSC_Tests_Iu.TC_iu_emerg_call_imsi pass MSC_Tests_Iu.TC_iu_establish_and_nothing pass MSC_Tests_Iu.TC_iu_mo_setup_and_nothing pass MSC_Tests_Iu.TC_iu_mo_crcx_ran_timeout pass MSC_Tests_Iu.TC_iu_mo_crcx_ran_reject pass MSC_Tests_Iu.TC_iu_mt_crcx_ran_reject pass MSC_Tests_Iu.TC_iu_gsup_cancel pass MSC_Tests_Iu.TC_iu_mo_release_timeout pass MSC_Tests.TC_reset_two_1iu pass MSC_Tests_Iu.TC_iu_lu_and_mt_call pass MSC_Tests_Iu.TC_iu_lu_and_mt_call_already_paging pass MSC_Tests_Iu.TC_iu_lu_and_mo_sms pass MSC_Tests_Iu.TC_iu_lu_and_mt_sms pass MSC_Tests_Iu.TC_iu_lu_and_mt_sms_already_paging pass MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_and_nothing xfail MSC_Tests_Iu.TC_iu_lu_and_mt_sms_paging_repeated pass MSC_Tests_Iu.TC_iu_smpp_mo_sms pass MSC_Tests_Iu.TC_iu_gsup_mo_sms pass MSC_Tests_Iu.TC_iu_gsup_mo_smma pass MSC_Tests_Iu.TC_iu_gsup_mt_sms_ack pass MSC_Tests_Iu.TC_iu_gsup_mt_sms_err pass MSC_Tests_Iu.TC_iu_gsup_mt_sms_rp_mr pass MSC_Tests_Iu.TC_iu_gsup_mo_mt_sms_rp_mr pass MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_single_request pass MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_notification pass MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_during_mt_call pass MSC_Tests_Iu.TC_iu_lu_and_mt_ussd_during_mt_call pass MSC_Tests_Iu.TC_iu_lu_and_mo_ussd_mo_release pass MSC_Tests_Iu.TC_iu_lu_and_ss_session_timeout pass->FAIL MSC_Tests_Iu.TC_iu_mt_ussd_for_unknown_subscr pass MSC_Tests_Iu.TC_iu_mo_ussd_for_unknown_trans pass->FAIL MSC_Tests_Iu.TC_iu_proc_ss_for_unknown_session pass MSC_Tests_Iu.TC_iu_proc_ss_paging_fail pass MSC_Tests_Iu.TC_iu_proc_ss_abort pass MSC_Tests_Iu.TC_iu_multi_lu_and_mo_ussd pass MSC_Tests_Iu.TC_iu_multi_lu_and_mt_ussd xfail MSC_Tests_Iu.TC_iu_lu_with_invalid_mcc_mnc pass MSC_Tests_Iu.TC_iu_lu_and_expire_while_paging pass MSC_Tests_Iu.TC_mo_cc_iu_release pass MSC_Tests_ASCI.TC_no_callref pass MSC_Tests_ASCI.TC_setup_refuse pass MSC_Tests_ASCI.TC_assign_fail pass->FAIL MSC_Tests_ASCI.TC_complete_vgcs pass MSC_Tests_ASCI.TC_complete_vbs Summary: pass->FAIL: 6 xfail: 5 pass: 214 + exit_code=0 + /osmo-ttcn3-hacks/log_merge.sh MSC_Tests --rm Generated MSC_Tests.TC_assign_fail.merged Generated MSC_Tests.TC_attached_imsi_lu_unknown_tmsi.merged Generated MSC_Tests.TC_auth_options_0.merged Generated MSC_Tests.TC_auth_options_1.merged Generated MSC_Tests.TC_auth_options_10.merged Generated MSC_Tests.TC_auth_options_11.merged Generated MSC_Tests.TC_auth_options_2.merged Generated MSC_Tests.TC_auth_options_3.merged Generated MSC_Tests.TC_auth_options_4.merged Generated MSC_Tests.TC_auth_options_5.merged Generated MSC_Tests.TC_auth_options_6.merged Generated MSC_Tests.TC_auth_options_7.merged Generated MSC_Tests.TC_auth_options_8.merged Generated MSC_Tests.TC_auth_options_9.merged Generated MSC_Tests.TC_bssap_lu_sgsap_lu_and_mt_call.merged Generated MSC_Tests.TC_call_re_establishment.merged Generated MSC_Tests.TC_call_re_establishment_auth.merged Generated MSC_Tests.TC_call_re_establishment_ciph.merged Generated MSC_Tests.TC_cipher_complete_13_without_cipher.merged Generated MSC_Tests.TC_cipher_complete_1_without_cipher.merged Generated MSC_Tests.TC_cipher_complete_3_without_cipher.merged Generated MSC_Tests.TC_cipher_complete_with_invalid_cipher.merged Generated MSC_Tests.TC_cl3_no_payload.merged Generated MSC_Tests.TC_cl3_rnd_payload.merged Generated MSC_Tests.TC_cm_reest_req_reject.merged Generated MSC_Tests.TC_cm_serv_req_lcs_reject.merged Generated MSC_Tests.TC_cm_serv_req_vbs_reject.merged Generated MSC_Tests.TC_cm_serv_req_vgcs_reject.merged Generated MSC_Tests.TC_cm_serv_wrong_mi.merged Generated MSC_Tests.TC_cmserv_imsi_unknown.merged Generated MSC_Tests.TC_cmserv_tmsi_unknown.merged Generated MSC_Tests.TC_complete_vbs.merged Generated MSC_Tests.TC_complete_vgcs.merged Generated MSC_Tests.TC_cr_before_reset.merged Generated MSC_Tests.TC_emerg_call_imei_reject.merged Generated MSC_Tests.TC_emerg_call_imsi.merged Generated MSC_Tests.TC_establish_and_nothing.merged Generated MSC_Tests.TC_gsup_cancel.merged Generated MSC_Tests.TC_gsup_mo_mt_sms_rp_mr.merged Generated MSC_Tests.TC_gsup_mo_smma.merged Generated MSC_Tests.TC_gsup_mo_sms.merged Generated MSC_Tests.TC_gsup_mt_multi_part_sms.merged Generated MSC_Tests.TC_gsup_mt_sms_ack.merged Generated MSC_Tests.TC_gsup_mt_sms_err.merged Generated MSC_Tests.TC_gsup_mt_sms_rp_mr.merged Generated MSC_Tests.TC_ho_inter_bsc.merged Generated MSC_Tests.TC_ho_inter_bsc_a5_1.merged Generated MSC_Tests.TC_ho_inter_bsc_a5_3.merged Generated MSC_Tests.TC_ho_inter_bsc_a5_4.merged Generated MSC_Tests.TC_ho_inter_bsc_csd.merged Generated MSC_Tests.TC_ho_inter_bsc_ipv6.merged Generated MSC_Tests.TC_ho_inter_bsc_unknown_cell.merged Generated MSC_Tests.TC_ho_inter_msc_out.merged Generated MSC_Tests.TC_ho_inter_msc_out_a5_1.merged Generated MSC_Tests.TC_ho_inter_msc_out_a5_3.merged Generated MSC_Tests.TC_ho_inter_msc_out_a5_4.merged Generated MSC_Tests.TC_ho_inter_msc_out_csd.merged Generated MSC_Tests.TC_ho_inter_msc_out_ipv6.merged Generated MSC_Tests.TC_imsi_detach_by_imei.merged Generated MSC_Tests.TC_imsi_detach_by_imsi.merged Generated MSC_Tests.TC_imsi_detach_by_tmsi.merged Generated MSC_Tests.TC_invalid_mgcp_crash.merged Generated MSC_Tests.TC_iu_cmserv_imsi_unknown.merged Generated MSC_Tests.TC_iu_emerg_call_imei_reject.merged Generated MSC_Tests.TC_iu_emerg_call_imsi.merged Generated MSC_Tests.TC_iu_establish_and_nothing.merged Generated MSC_Tests.TC_iu_gsup_cancel.merged Generated MSC_Tests.TC_iu_gsup_mo_mt_sms_rp_mr.merged Generated MSC_Tests.TC_iu_gsup_mo_smma.merged Generated MSC_Tests.TC_iu_gsup_mo_sms.merged Generated MSC_Tests.TC_iu_gsup_mt_sms_ack.merged Generated MSC_Tests.TC_iu_gsup_mt_sms_err.merged Generated MSC_Tests.TC_iu_gsup_mt_sms_rp_mr.merged Generated MSC_Tests.TC_iu_imsi_detach_by_imei.merged Generated MSC_Tests.TC_iu_imsi_detach_by_imsi.merged Generated MSC_Tests.TC_iu_imsi_detach_by_tmsi.merged Generated MSC_Tests.TC_iu_lu_and_expire_while_paging.merged Generated MSC_Tests.TC_iu_lu_and_mo_call.merged Generated MSC_Tests.TC_iu_lu_and_mo_call_sccp_tiar_timeout.merged Generated MSC_Tests.TC_iu_lu_and_mo_sms.merged Generated MSC_Tests.TC_iu_lu_and_mo_ussd_during_mt_call.merged Generated MSC_Tests.TC_iu_lu_and_mo_ussd_mo_release.merged Generated MSC_Tests.TC_iu_lu_and_mo_ussd_single_request.merged Generated MSC_Tests.TC_iu_lu_and_mt_call.merged Generated MSC_Tests.TC_iu_lu_and_mt_call_already_paging.merged Generated MSC_Tests.TC_iu_lu_and_mt_sms.merged Generated MSC_Tests.TC_iu_lu_and_mt_sms_already_paging.merged Generated MSC_Tests.TC_iu_lu_and_mt_sms_paging_and_nothing.merged Generated MSC_Tests.TC_iu_lu_and_mt_sms_paging_repeated.merged Generated MSC_Tests.TC_iu_lu_and_mt_ussd_during_mt_call.merged Generated MSC_Tests.TC_iu_lu_and_mt_ussd_notification.merged Generated MSC_Tests.TC_iu_lu_and_ss_session_timeout.merged Generated MSC_Tests.TC_iu_lu_auth_sai_err.merged Generated MSC_Tests.TC_iu_lu_auth_sai_timeout.merged Generated MSC_Tests.TC_iu_lu_by_imei.merged Generated MSC_Tests.TC_iu_lu_disconnect.merged Generated MSC_Tests.TC_iu_lu_imsi_auth3g_tmsi.merged Generated MSC_Tests.TC_iu_lu_imsi_reject.merged Generated MSC_Tests.TC_iu_lu_imsi_timeout_gsup.merged Generated MSC_Tests.TC_iu_lu_imsi_timeout_tmsi_realloc.merged Generated MSC_Tests.TC_iu_lu_release_request.merged Generated MSC_Tests.TC_iu_lu_with_invalid_mcc_mnc.merged Generated MSC_Tests.TC_iu_mo_crcx_ran_reject.merged Generated MSC_Tests.TC_iu_mo_crcx_ran_timeout.merged Generated MSC_Tests.TC_iu_mo_release_timeout.merged Generated MSC_Tests.TC_iu_mo_setup_and_nothing.merged Generated MSC_Tests.TC_iu_mo_ussd_for_unknown_trans.merged Generated MSC_Tests.TC_iu_mt_crcx_ran_reject.merged Generated MSC_Tests.TC_iu_mt_ussd_for_unknown_subscr.merged Generated MSC_Tests.TC_iu_multi_lu_and_mo_ussd.merged Generated MSC_Tests.TC_iu_multi_lu_and_mt_ussd.merged Generated MSC_Tests.TC_iu_proc_ss_abort.merged Generated MSC_Tests.TC_iu_proc_ss_for_unknown_session.merged Generated MSC_Tests.TC_iu_proc_ss_paging_fail.merged Generated MSC_Tests.TC_iu_smpp_mo_sms.merged Generated MSC_Tests.TC_lu_and_expire_while_paging.merged Generated MSC_Tests.TC_lu_and_mo_call.merged Generated MSC_Tests.TC_lu_and_mo_call_ipv6.merged Generated MSC_Tests.TC_lu_and_mo_call_sccp_tiar_timeout.merged Generated MSC_Tests.TC_lu_and_mo_csd.merged Generated MSC_Tests.TC_lu_and_mo_sms.merged Generated MSC_Tests.TC_lu_and_mo_ussd_during_mt_call.merged Generated MSC_Tests.TC_lu_and_mo_ussd_mo_release.merged Generated MSC_Tests.TC_lu_and_mo_ussd_single_request.merged Generated MSC_Tests.TC_lu_and_mt_call.merged Generated MSC_Tests.TC_lu_and_mt_call_already_paging.merged Generated MSC_Tests.TC_lu_and_mt_call_ipv6.merged Generated MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp.merged Generated MSC_Tests.TC_lu_and_mt_call_osmux.merged Generated MSC_Tests.TC_lu_and_mt_csd.merged Generated MSC_Tests.TC_lu_and_mt_sms.merged Generated MSC_Tests.TC_lu_and_mt_sms_already_paging.merged Generated MSC_Tests.TC_lu_and_mt_sms_paging_and_nothing.merged Generated MSC_Tests.TC_lu_and_mt_sms_paging_repeated.merged Generated MSC_Tests.TC_lu_and_mt_ussd_during_mt_call.merged Generated MSC_Tests.TC_lu_and_mt_ussd_notification.merged Generated MSC_Tests.TC_lu_and_ss_session_timeout.merged Generated MSC_Tests.TC_lu_auth_2G_fail.merged Generated MSC_Tests.TC_lu_auth_sai_err.merged Generated MSC_Tests.TC_lu_auth_sai_timeout.merged Generated MSC_Tests.TC_lu_by_imei.merged Generated MSC_Tests.TC_lu_by_tmsi_noauth_unknown.merged Generated MSC_Tests.TC_lu_clear_request.merged Generated MSC_Tests.TC_lu_disconnect.merged Generated MSC_Tests.TC_lu_imsi_auth3g_tmsi.merged Generated MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei.merged Generated MSC_Tests.TC_lu_imsi_auth3g_tmsi_check_imei_early.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_err.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_early_nack.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_err.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_check_imei_nack.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_1.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug.merged Generated MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm.merged Generated MSC_Tests.TC_lu_imsi_noauth_notmsi.merged Generated MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei.merged Generated MSC_Tests.TC_lu_imsi_noauth_notmsi_check_imei_early.merged Generated MSC_Tests.TC_lu_imsi_noauth_tmsi.merged Generated MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei.merged Generated MSC_Tests.TC_lu_imsi_noauth_tmsi_check_imei_early.merged Generated MSC_Tests.TC_lu_imsi_reject.merged Generated MSC_Tests.TC_lu_imsi_timeout_gsup.merged Generated MSC_Tests.TC_lu_imsi_timeout_tmsi_realloc.merged Generated MSC_Tests.TC_lu_tmsi_noauth_notmsi.merged Generated MSC_Tests.TC_lu_with_invalid_mcc_mnc.merged Generated MSC_Tests.TC_mm_id_resp_no_identity.merged Generated MSC_Tests.TC_mo_call_clear_request.merged Generated MSC_Tests.TC_mo_cc_bssmap_clear.merged Generated MSC_Tests.TC_mo_cc_iu_release.merged Generated MSC_Tests.TC_mo_crcx_ran_reject.merged Generated MSC_Tests.TC_mo_crcx_ran_timeout.merged Generated MSC_Tests.TC_mo_release_timeout.merged Generated MSC_Tests.TC_mo_setup_and_dtmf_dup.merged Generated MSC_Tests.TC_mo_setup_and_nothing.merged Generated MSC_Tests.TC_mo_ussd_for_unknown_trans.merged Generated MSC_Tests.TC_mt_call_clear_request.merged Generated MSC_Tests.TC_mt_crcx_ran_reject.merged ttcn3_logmerge: warning: timestamp is in wrong order in file MSC_Tests-TC_mt_t310-c3a6fa1a763d-467.log line 284 Generated MSC_Tests.TC_mt_t310.merged Generated MSC_Tests.TC_mt_ussd_for_unknown_subscr.merged Generated MSC_Tests.TC_multi_lu_and_mo_ussd.merged Generated MSC_Tests.TC_multi_lu_and_mt_ussd.merged Generated MSC_Tests.TC_no_callref.merged Generated MSC_Tests.TC_paging_response_imsi_unknown.merged Generated MSC_Tests.TC_paging_response_tmsi_unknown.merged Generated MSC_Tests.TC_proc_ss_abort.merged Generated MSC_Tests.TC_proc_ss_for_unknown_session.merged Generated MSC_Tests.TC_proc_ss_paging_fail.merged Generated MSC_Tests.TC_reset_two.merged Generated MSC_Tests.TC_reset_two_1iu.merged Generated MSC_Tests.TC_setup_refuse.merged Generated MSC_Tests.TC_sgsap_expl_imsi_det_eps.merged Generated MSC_Tests.TC_sgsap_expl_imsi_det_noneps.merged Generated MSC_Tests.TC_sgsap_impl_imsi_det_eps.merged Generated MSC_Tests.TC_sgsap_impl_imsi_det_noneps.merged Generated MSC_Tests.TC_sgsap_lu.merged Generated MSC_Tests.TC_sgsap_lu_and_mt_call.merged Generated MSC_Tests.TC_sgsap_lu_and_nothing.merged Generated MSC_Tests.TC_sgsap_lu_imsi_reject.merged Generated MSC_Tests.TC_sgsap_mo_sms.merged Generated MSC_Tests.TC_sgsap_mt_sms.merged Generated MSC_Tests.TC_sgsap_mt_sms_and_nothing.merged Generated MSC_Tests.TC_sgsap_mt_sms_and_reject.merged Generated MSC_Tests.TC_sgsap_paging_and_lu.merged Generated MSC_Tests.TC_sgsap_paging_and_nothing.merged Generated MSC_Tests.TC_sgsap_paging_rej.merged Generated MSC_Tests.TC_sgsap_paging_subscr_rej.merged Generated MSC_Tests.TC_sgsap_paging_ue_unr.merged Generated MSC_Tests.TC_sgsap_reset.merged Generated MSC_Tests.TC_sgsap_unexp_ud.merged Generated MSC_Tests.TC_sgsap_unsol_ud.merged Generated MSC_Tests.TC_sgsap_vlr_failure.merged Generated MSC_Tests.TC_smpp_mo_sms.merged Generated MSC_Tests.TC_smpp_mo_sms_rp_error.merged Generated MSC_Tests.TC_smpp_mt_sms.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 + + + grepdocker network Name inspect ttcn3-msc-test-110 cut -d : -f2 + awk -F" NR>1{print $2} + local containers=jenkins-ttcn3-msc-test-2387-stp jenkins-ttcn3-msc-test-2387-msc + [ -n jenkins-ttcn3-msc-test-2387-stp jenkins-ttcn3-msc-test-2387-msc ] + docker_kill_wait jenkins-ttcn3-msc-test-2387-stp jenkins-ttcn3-msc-test-2387-msc + docker kill jenkins-ttcn3-msc-test-2387-stp jenkins-ttcn3-msc-test-2387-msc jenkins-ttcn3-msc-test-2387-stp jenkins-ttcn3-msc-test-2387-msc + docker wait jenkins-ttcn3-msc-test-2387-stp jenkins-ttcn3-msc-test-2387-msc Error response from daemon: No such container: jenkins-ttcn3-msc-test-2387-stp Error response from daemon: No such container: jenkins-ttcn3-msc-test-2387-msc + true + network_remove + set +x Removing network ttcn3-msc-test-110 + docker network remove ttcn3-msc-test-110 ttcn3-msc-test-110 + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs/unix + fix_perms + set +x Fixing permissions + id -u + id -g + docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-msc-test/_cache:/cache --name jenkins-ttcn3-msc-test-2387-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-msc-test/logs/msc-tester/junit-xml-21.log <?xml version="1.0"?> <testsuite name='Titan' tests='225' failures='11' errors='0' skipped='0' inconc='0' time='2148.00'> <testcase classname='MSC_Tests' name='TC_cr_before_reset' time='7.043852'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_noauth_tmsi' time='1.089426'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_noauth_notmsi' time='1.224525'/> <testcase classname='MSC_Tests' name='TC_lu_tmsi_noauth_notmsi' time='3.944076'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_reject' time='1.195800'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_timeout_gsup' time='6.116076'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi' time='1.486704'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth3g_tmsi' time='1.348577'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_timeout_tmsi_realloc' time='8.198535'> <failure type='fail-verdict'>Timeout waiting for ClearCommand/Release MSC_Tests.ttcn:7366 MSC_Tests control part MSC_Tests.ttcn:651 TC_lu_imsi_timeout_tmsi_realloc testcase </failure> </testcase> <testcase classname='MSC_Tests' name='TC_cmserv_imsi_unknown' time='1.398577'/> <testcase classname='MSC_Tests' name='TC_cmserv_tmsi_unknown' time='1.333975'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_call' time='7.990599'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_call_ipv6' time='7.890869'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_call_sccp_tiar_timeout' time='6.587663'/> <testcase classname='MSC_Tests' name='TC_lu_auth_sai_timeout' time='6.088400'/> <testcase classname='MSC_Tests' name='TC_lu_auth_sai_err' time='1.085663'/> <testcase classname='MSC_Tests' name='TC_lu_clear_request' time='2.097437'/> <testcase classname='MSC_Tests' name='TC_mo_call_clear_request' time='3.883820'/> <testcase classname='MSC_Tests' name='TC_mt_call_clear_request' time='3.330626'/> <testcase classname='MSC_Tests' name='TC_lu_disconnect' time='3.069305'/> <testcase classname='MSC_Tests' name='TC_lu_by_imei' time='6.122221'/> <testcase classname='MSC_Tests' name='TC_lu_by_tmsi_noauth_unknown' time='1.400142'/> <testcase classname='MSC_Tests' name='TC_attached_imsi_lu_unknown_tmsi' time='1.801103'/> <testcase classname='MSC_Tests' name='TC_imsi_detach_by_imsi' time='1.366162'/> <testcase classname='MSC_Tests' name='TC_imsi_detach_by_tmsi' time='1.602061'/> <testcase classname='MSC_Tests' name='TC_imsi_detach_by_imei' time='1.300236'/> <testcase classname='MSC_Tests' name='TC_emerg_call_imei_reject' time='1.167325'/> <testcase classname='MSC_Tests' name='TC_emerg_call_imsi' time='8.096068'/> <testcase classname='MSC_Tests' name='TC_cm_serv_req_vgcs_reject' time='1.549228'/> <testcase classname='MSC_Tests' name='TC_cm_serv_req_vbs_reject' time='1.460647'/> <testcase classname='MSC_Tests' name='TC_cm_serv_req_lcs_reject' time='1.294868'/> <testcase classname='MSC_Tests' name='TC_cm_reest_req_reject' time='1.375771'/> <testcase classname='MSC_Tests' name='TC_lu_auth_2G_fail' time='1.248377'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_13_13' time='1.263520'/> <testcase classname='MSC_Tests' name='TC_cl3_no_payload' time='1.174235'/> <testcase classname='MSC_Tests' name='TC_cl3_rnd_payload' time='1.215244'/> <testcase classname='MSC_Tests' name='TC_establish_and_nothing' time='6.371303'/> <testcase classname='MSC_Tests' name='TC_mo_setup_and_nothing' time='5.578297'/> <testcase classname='MSC_Tests' name='TC_mo_crcx_ran_timeout' time='4.387057'/> <testcase classname='MSC_Tests' name='TC_mo_crcx_ran_reject' time='1.968801'/> <testcase classname='MSC_Tests' name='TC_mt_crcx_ran_reject' time='1.112168'/> <testcase classname='MSC_Tests' name='TC_mo_setup_and_dtmf_dup' time='3.971169'/> <testcase classname='MSC_Tests' name='TC_mt_t310' time='31.386052'/> <testcase classname='MSC_Tests' name='TC_gsup_cancel' time='7.997396'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_1_13' time='1.278520'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_3_13' time='1.276506'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_3_1' time='1.086479'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_3_1_no_cm' time='1.182384'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_13_2' time='1.389171'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_013_2' time='1.098079'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_0134_1' time='1.344383'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_0134_34' time='1.183711'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_0134_34_no_cm3' time='1.206251'/> <testcase classname='MSC_Tests' name='TC_mo_release_timeout' time='4.390831'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_call_no_dlcx_resp' time='13.528232'/> <testcase classname='MSC_Tests' name='TC_reset_two' time='3.067976'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_call' time='7.349687'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_call_ipv6' time='7.507328'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_call_already_paging' time='2.706339'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_call_osmux' time='7.425167'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_sms' time='1.447815'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_sms' time='2.432508'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_sms_already_paging' time='2.599630'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_sms_paging_and_nothing' time='22.230353'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_sms_paging_repeated' time='7.440802'/> <testcase classname='MSC_Tests' name='TC_smpp_mo_sms' time='1.344271'/> <testcase classname='MSC_Tests' name='TC_smpp_mo_sms_rp_error' time='1.401271'/> <testcase classname='MSC_Tests' name='TC_smpp_mt_sms' time='2.653553'/> <testcase classname='MSC_Tests' name='TC_gsup_mo_sms' time='1.418324'/> <testcase classname='MSC_Tests' name='TC_gsup_mo_smma' time='1.408085'/> <testcase classname='MSC_Tests' name='TC_gsup_mt_sms_ack' time='1.366868'/> <testcase classname='MSC_Tests' name='TC_gsup_mt_sms_err' time='1.456373'/> <testcase classname='MSC_Tests' name='TC_gsup_mt_sms_rp_mr' time='1.337895'/> <testcase classname='MSC_Tests' name='TC_gsup_mo_mt_sms_rp_mr' time='1.724745'/> <testcase classname='MSC_Tests' name='TC_gsup_mt_multi_part_sms' time='8.147734'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_ussd_single_request' time='1.432027'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_ussd_notification' time='1.237852'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_ussd_during_mt_call' time='4.459145'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_ussd_during_mt_call' time='4.442304'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_ussd_mo_release' time='1.396007'/> <testcase classname='MSC_Tests' name='TC_lu_and_ss_session_timeout' time='4.350681'/> <testcase classname='MSC_Tests' name='TC_mt_ussd_for_unknown_subscr' time='1.075804'> <failure type='fail-verdict'>Unknown/unexpected GSUP received MSC_Tests.ttcn:7445 MSC_Tests control part MSC_Tests.ttcn:4057 TC_mt_ussd_for_unknown_subscr testcase </failure> </testcase> <testcase classname='MSC_Tests' name='TC_mo_ussd_for_unknown_trans' time='11.632373'/> <testcase classname='MSC_Tests' name='TC_proc_ss_for_unknown_session' time='1.219796'> <failure type='fail-verdict'>Unknown/unexpected GSUP received MSC_Tests.ttcn:7447 MSC_Tests control part MSC_Tests.ttcn:4158 TC_proc_ss_for_unknown_session testcase </failure> </testcase> <testcase classname='MSC_Tests' name='TC_proc_ss_paging_fail' time='11.254347'/> <testcase classname='MSC_Tests' name='TC_proc_ss_abort' time='1.270920'/> <testcase classname='MSC_Tests' name='TC_multi_lu_and_mo_ussd' time='2.234511'/> <testcase classname='MSC_Tests' name='TC_multi_lu_and_mt_ussd' time='2.081519'/> <testcase classname='MSC_Tests' name='TC_cipher_complete_with_invalid_cipher' time='6.187987'/> <testcase classname='MSC_Tests' name='TC_cipher_complete_1_without_cipher' time='1.088426'/> <testcase classname='MSC_Tests' name='TC_cipher_complete_3_without_cipher' time='1.108343'/> <testcase classname='MSC_Tests' name='TC_cipher_complete_13_without_cipher' time='1.205086'/> <testcase classname='MSC_Tests' name='TC_lu_with_invalid_mcc_mnc' time='6.186960'/> <testcase classname='MSC_Tests' name='TC_sgsap_reset' time='1.539954'/> <testcase classname='MSC_Tests' name='TC_sgsap_lu' time='1.207998'/> <testcase classname='MSC_Tests' name='TC_sgsap_lu_imsi_reject' time='1.170107'/> <testcase classname='MSC_Tests' name='TC_sgsap_lu_and_nothing' time='45.822139'/> <testcase classname='MSC_Tests' name='TC_sgsap_expl_imsi_det_eps' time='3.468054'/> <testcase classname='MSC_Tests' name='TC_sgsap_impl_imsi_det_eps' time='3.564217'/> <testcase classname='MSC_Tests' name='TC_sgsap_expl_imsi_det_noneps' time='3.578358'/> <testcase classname='MSC_Tests' name='TC_sgsap_impl_imsi_det_noneps' time='3.641564'/> <testcase classname='MSC_Tests' name='TC_sgsap_paging_rej' time='2.659955'/> <testcase classname='MSC_Tests' name='TC_sgsap_paging_subscr_rej' time='2.296057'/> <testcase classname='MSC_Tests' name='TC_sgsap_paging_ue_unr' time='2.673107'/> <testcase classname='MSC_Tests' name='TC_sgsap_paging_and_nothing' time='12.434802'/> <testcase classname='MSC_Tests' name='TC_sgsap_paging_and_lu' time='1.827417'/> <testcase classname='MSC_Tests' name='TC_sgsap_mt_sms' time='2.792355'/> <testcase classname='MSC_Tests' name='TC_sgsap_mo_sms' time='1.522541'/> <testcase classname='MSC_Tests' name='TC_sgsap_mt_sms_and_nothing' time='22.566356'/> <testcase classname='MSC_Tests' name='TC_sgsap_mt_sms_and_reject' time='23.448505'/> <testcase classname='MSC_Tests' name='TC_sgsap_unexp_ud' time='2.427315'/> <testcase classname='MSC_Tests' name='TC_sgsap_unsol_ud' time='2.778281'/> <testcase classname='MSC_Tests' name='TC_bssap_lu_sgsap_lu_and_mt_call' time='8.819691'/> <testcase classname='MSC_Tests' name='TC_sgsap_lu_and_mt_call' time='8.594149'/> <testcase classname='MSC_Tests' name='TC_sgsap_vlr_failure' time='1.327404'/> <testcase classname='MSC_Tests' name='TC_ho_inter_bsc_unknown_cell' time='4.028515'/> <testcase classname='MSC_Tests' name='TC_ho_inter_bsc' time='12.477395'/> <testcase classname='MSC_Tests' name='TC_ho_inter_bsc_a5_1' time='12.222255'/> <testcase classname='MSC_Tests' name='TC_ho_inter_bsc_a5_3' time='12.386400'/> <testcase classname='MSC_Tests' name='TC_ho_inter_bsc_a5_4' time='12.238144'/> <testcase classname='MSC_Tests' name='TC_ho_inter_bsc_ipv6' time='12.467640'/> <testcase classname='MSC_Tests' name='TC_ho_inter_bsc_csd' time='12.191214'/> <testcase classname='MSC_Tests' name='TC_ho_inter_msc_out' time='6.531927'/> <testcase classname='MSC_Tests' name='TC_ho_inter_msc_out_a5_1' time='6.413790'/> <testcase classname='MSC_Tests' name='TC_ho_inter_msc_out_a5_3' time='6.788729'/> <testcase classname='MSC_Tests' name='TC_ho_inter_msc_out_a5_4' time='6.791905'/> <testcase classname='MSC_Tests' name='TC_ho_inter_msc_out_ipv6' time='6.571667'/> <testcase classname='MSC_Tests' name='TC_ho_inter_msc_out_csd' time='6.640517'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_check_imei' time='1.307126'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth3g_tmsi_check_imei' time='1.178670'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_noauth_tmsi_check_imei' time='1.133157'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_noauth_notmsi_check_imei' time='1.289391'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_check_imei_nack' time='1.330261'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_check_imei_err' time='1.475328'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_check_imei_early' time='1.387037'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth3g_tmsi_check_imei_early' time='1.443490'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_noauth_tmsi_check_imei_early' time='1.619449'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_noauth_notmsi_check_imei_early' time='1.399789'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_check_imei_early_nack' time='1.574877'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_check_imei_early_err' time='1.316292'/> <testcase classname='MSC_Tests' name='TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug' time='1.366351'/> <testcase classname='MSC_Tests' name='TC_mo_cc_bssmap_clear' time='2.872443'/> <testcase classname='MSC_Tests' name='TC_invalid_mgcp_crash' time='2.016543'/> <testcase classname='MSC_Tests' name='TC_mm_id_resp_no_identity' time='6.323857'/> <testcase classname='MSC_Tests' name='TC_lu_and_expire_while_paging' time='1.455645'/> <testcase classname='MSC_Tests' name='TC_paging_response_imsi_unknown' time='1.312193'/> <testcase classname='MSC_Tests' name='TC_paging_response_tmsi_unknown' time='1.350612'/> <testcase classname='MSC_Tests' name='TC_call_re_establishment' time='9.404103'/> <testcase classname='MSC_Tests' name='TC_call_re_establishment_auth' time='9.401666'/> <testcase classname='MSC_Tests' name='TC_call_re_establishment_ciph' time='9.021525'/> <testcase classname='MSC_Tests' name='TC_cm_serv_wrong_mi' time='1.421069'/> <testcase classname='MSC_Tests' name='TC_auth_options_0' time='2.254445'/> <testcase classname='MSC_Tests' name='TC_auth_options_1' time='2.198072'/> <testcase classname='MSC_Tests' name='TC_auth_options_2' time='2.450517'/> <testcase classname='MSC_Tests' name='TC_auth_options_3' time='2.460900'/> <testcase classname='MSC_Tests' name='TC_auth_options_4' time='2.846090'/> <testcase classname='MSC_Tests' name='TC_auth_options_5' time='2.285060'/> <testcase classname='MSC_Tests' name='TC_auth_options_6' time='2.511850'/> <testcase classname='MSC_Tests' name='TC_auth_options_7' time='2.293421'/> <testcase classname='MSC_Tests' name='TC_auth_options_8' time='2.706419'/> <testcase classname='MSC_Tests' name='TC_auth_options_9' time='2.299239'/> <testcase classname='MSC_Tests' name='TC_auth_options_10' time='2.596903'/> <testcase classname='MSC_Tests' name='TC_auth_options_11' time='2.263581'/> <testcase classname='MSC_Tests' name='TC_lu_and_mo_csd' time='33.156073'/> <testcase classname='MSC_Tests' name='TC_lu_and_mt_csd' time='5.217615'> <failure type='fail-verdict'>Timeout waiting for paging MSC_Tests.ttcn:7539 MSC_Tests control part MSC_Tests.ttcn:7289 TC_lu_and_mt_csd testcase </failure> </testcase> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_imsi_reject' time='1.559386'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_imsi_timeout_gsup' time='6.395486'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_imsi_auth3g_tmsi' time='1.529071'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_imsi_timeout_tmsi_realloc' time='8.688444'> <failure type='fail-verdict'>Timeout waiting for ClearCommand/Release MSC_Tests_Iu.ttcn:554 MSC_Tests_Iu control part MSC_Tests_Iu.ttcn:65 TC_iu_lu_imsi_timeout_tmsi_realloc testcase </failure> </testcase> <testcase classname='MSC_Tests_Iu' name='TC_iu_cmserv_imsi_unknown' time='61.199831'> <failure type='fail-verdict'>Tguard timeout MSC_Tests_Iu.ttcn:555 MSC_Tests_Iu control part MSC_Tests_Iu.ttcn:72 TC_iu_cmserv_imsi_unknown testcase </failure> </testcase> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mo_call' time='8.202273'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mo_call_sccp_tiar_timeout' time='6.820637'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_auth_sai_timeout' time='6.370630'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_auth_sai_err' time='1.344655'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_release_request' time='2.348599'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_disconnect' time='3.359386'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_by_imei' time='6.477572'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_imsi_detach_by_imsi' time='1.457379'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_imsi_detach_by_tmsi' time='1.280256'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_imsi_detach_by_imei' time='1.446951'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_emerg_call_imei_reject' time='1.525082'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_emerg_call_imsi' time='8.270616'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_establish_and_nothing' time='6.422914'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_mo_setup_and_nothing' time='5.774562'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_mo_crcx_ran_timeout' time='4.703478'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_mo_crcx_ran_reject' time='1.946957'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_mt_crcx_ran_reject' time='1.477082'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_gsup_cancel' time='8.269342'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_mo_release_timeout' time='4.583214'/> <testcase classname='MSC_Tests' name='TC_reset_two_1iu' time='2.948886'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_call' time='7.749143'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_call_already_paging' time='2.884627'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mo_sms' time='1.627559'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_sms' time='2.409283'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_sms_already_paging' time='2.786576'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_sms_paging_and_nothing' time='22.494183'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_sms_paging_repeated' time='7.399372'> <failure type='fail-verdict'>UTRAN: Expected a second Paging MSC_Tests_Iu.ttcn:584 MSC_Tests_Iu control part MSC_Tests_Iu.ttcn:330 TC_iu_lu_and_mt_sms_paging_repeated testcase </failure> </testcase> <testcase classname='MSC_Tests_Iu' name='TC_iu_smpp_mo_sms' time='1.621869'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_gsup_mo_sms' time='1.710525'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_gsup_mo_smma' time='1.400698'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_gsup_mt_sms_ack' time='1.421966'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_gsup_mt_sms_err' time='1.690901'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_gsup_mt_sms_rp_mr' time='1.620781'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_gsup_mo_mt_sms_rp_mr' time='1.915221'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mo_ussd_single_request' time='1.626997'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_ussd_notification' time='1.449447'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mo_ussd_during_mt_call' time='4.888885'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mt_ussd_during_mt_call' time='4.744530'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_mo_ussd_mo_release' time='1.412523'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_ss_session_timeout' time='4.639935'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_mt_ussd_for_unknown_subscr' time='1.300656'> <failure type='fail-verdict'>Unknown/unexpected GSUP received MSC_Tests_Iu.ttcn:601 MSC_Tests_Iu control part MSC_Tests_Iu.ttcn:461 TC_iu_mt_ussd_for_unknown_subscr testcase </failure> </testcase> <testcase classname='MSC_Tests_Iu' name='TC_iu_mo_ussd_for_unknown_trans' time='11.863504'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_proc_ss_for_unknown_session' time='1.454188'> <failure type='fail-verdict'>Unknown/unexpected GSUP received MSC_Tests_Iu.ttcn:603 MSC_Tests_Iu control part MSC_Tests_Iu.ttcn:477 TC_iu_proc_ss_for_unknown_session testcase </failure> </testcase> <testcase classname='MSC_Tests_Iu' name='TC_iu_proc_ss_paging_fail' time='11.964155'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_proc_ss_abort' time='1.782521'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_multi_lu_and_mo_ussd' time='2.611914'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_multi_lu_and_mt_ussd' time='3.439714'/> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_with_invalid_mcc_mnc' time='60.917680'> <failure type='fail-verdict'>Tguard timeout MSC_Tests_Iu.ttcn:610 MSC_Tests_Iu control part MSC_Tests_Iu.ttcn:539 TC_iu_lu_with_invalid_mcc_mnc testcase </failure> </testcase> <testcase classname='MSC_Tests_Iu' name='TC_iu_lu_and_expire_while_paging' time='1.634911'/> <testcase classname='MSC_Tests_Iu' name='TC_mo_cc_iu_release' time='3.255927'/> <testcase classname='MSC_Tests_ASCI' name='TC_no_callref' time='2.211197'/> <testcase classname='MSC_Tests_ASCI' name='TC_setup_refuse' time='2.083580'/> <testcase classname='MSC_Tests_ASCI' name='TC_assign_fail' time='2.525362'/> <testcase classname='MSC_Tests_ASCI' name='TC_complete_vgcs' time='1.846264'> <failure type='fail-verdict'>Couldn't find Expect for incoming connection { calledAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000011000001'B, subsystemNumber := 254, globalTitle := omit }, callingAddress := { addressIndicator := { pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0000'B, routingIndicator := '1'B }, signPointCode := '00000010111001'B, subsystemNumber := 254, globalTitle := omit }, qualityOfService := omit, userData := { discriminator := '0'B, spare := '0000000'B, dlci := omit, lengthIndicator := 36, pdu := { bssmap := { vGCS_VBSAssignmentRequest := { messageType := '07'O ("\a"), channelType := { elementIdentifier := '0B'O ("\v"), lengthIndicator := 3, speechOrDataIndicator := '0001'B, spare1_4 := '0000'B, channelRateAndType := '08'O ("\b"), speechId_DataIndicator := '01'O }, assignmentRequirement := { elementIdentifier := '33'O ("3"), assignmentRequirement := '01'O }, cellIdentifier := { elementIdentifier := '05'O, lengthIndicator := 3, cellIdentifierDiscriminator := '0010'B, spare1_4 := '0000'B, cellIdentification := { cI_CI := '002A'O } }, groupCallReference := { elementIdentifier := '37'O ("7"), lengthIndicator := 5, descrGroupbroadcastCallRef := '0000191000'O }, priority := omit, circuitIdentityCode := omit, downLinkDTX_Flag := omit, encryptionInformation := omit, vSTK_RAND := omit, vSTK := omit, cellIdentifierListSegment := omit, aoIPTransportLayer := { elementIdentifier := '7C'O ("|"), lengthIndicator := 6, ipAddress := { ipv4 := '01010101'O }, uDPPortValue := 10000 }, callIdentifier := { elementIdentifier := '7F'O, callIdentifierInfo := 'D8000000'O }, codecList := { elementIdentifier := '7D'O ("}"), lengthIndicator := 1, 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 } } } } } } }, connectionId := 9809193, importance := omit } MSC_Tests_ASCI.ttcn:706 MSC_Tests_ASCI control part MSC_Tests_ASCI.ttcn:693 TC_complete_vgcs testcase </failure> </testcase> <testcase classname='MSC_Tests_ASCI' name='TC_complete_vbs' time='2.635156'/> </testsuite> Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Archiving artifacts Finished: UNSTABLE